aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2020-12-02 13:53:31 +0100
committerFrancesco Gazzetta <fgaz@fgaz.me>2020-12-02 13:53:31 +0100
commit298ddbb0493cea2ca9961dd3c36ed8b2c1e37790 (patch)
treea4d511478d9a111f1c7f10c8726d4b2945828eb9 /pkgs/games
parent5faf8cbfa57c7d0bdf5a953d5885036070f82b5c (diff)
mindustry,mindustry-server: 120 -> 120.2
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/mindustry/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/mindustry/default.nix b/pkgs/games/mindustry/default.nix
index db3a8ffd5570..89ff37458af9 100644
--- a/pkgs/games/mindustry/default.nix
+++ b/pkgs/games/mindustry/default.nix
@@ -22,14 +22,14 @@ let
# Note: when raising the version, ensure that all SNAPSHOT versions in
# build.gradle are replaced by a fixed version
# (the current one at the time of release) (see postPatch).
- version = "120";
+ version = "120.2";
buildVersion = makeBuildVersion version;
src = fetchFromGitHub {
owner = "Anuken";
repo = "Mindustry";
rev = "v${version}";
- sha256 = "08l5c53izh5vmgahsj0qhpfiva0vs5qhh77bb770hzpadxvysyc8";
+ sha256 = "01a7qpwfr1n540fk0k65kl03biix0gmg66z7qn22mb2703laq1xc";
};
desktopItem = makeDesktopItem {