summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-25 10:48:52 -0500
committerGitHub <noreply@github.com>2020-01-25 10:48:52 -0500
commitb305cd8d6f9da11e3325f0c1cc4278c0a4a1ced9 (patch)
tree5a207f7e5661a618e0913dd8f3d6c5f9b37c54c8
parentd004a3c22110f6fd4d967c604dd474fd66c60952 (diff)
parent3db6b0fbd778493f5ba608716a5c4a00270c3df1 (diff)
downloadnixpkgs-b305cd8d6f9da11e3325f0c1cc4278c0a4a1ced9.tar
nixpkgs-b305cd8d6f9da11e3325f0c1cc4278c0a4a1ced9.tar.gz
nixpkgs-b305cd8d6f9da11e3325f0c1cc4278c0a4a1ced9.tar.bz2
nixpkgs-b305cd8d6f9da11e3325f0c1cc4278c0a4a1ced9.tar.lz
nixpkgs-b305cd8d6f9da11e3325f0c1cc4278c0a4a1ced9.tar.xz
nixpkgs-b305cd8d6f9da11e3325f0c1cc4278c0a4a1ced9.tar.zst
nixpkgs-b305cd8d6f9da11e3325f0c1cc4278c0a4a1ced9.zip
Merge pull request #78463 from fgaz/mindustry/103
mindustry: 102 -> 103
-rw-r--r--pkgs/games/mindustry/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/mindustry/default.nix b/pkgs/games/mindustry/default.nix
index 0b3824f2ec8..6e6d6b56014 100644
--- a/pkgs/games/mindustry/default.nix
+++ b/pkgs/games/mindustry/default.nix
@@ -19,14 +19,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 = "102";
+  version = "103";
   buildVersion = makeBuildVersion version;
 
   src = fetchFromGitHub {
     owner = "Anuken";
     repo = "Mindustry";
     rev = "v${version}";
-    sha256 = "0g4zy2zlynv6f427pq1ngnl0zpr6nnih10wd2l8vl9bxwzjygwdr";
+    sha256 = "0s9pzmnq2v3glbmb6kqifar62wi44z4sg14dnayyj0fjkx6sh05s";
   };
 
   desktopItem = makeDesktopItem {
@@ -65,7 +65,7 @@ let
     '';
     outputHashAlgo = "sha256";
     outputHashMode = "recursive";
-    outputHash = "1sscxrr32f2agwz34pm491xqkz7m4bwdc1p3g64kcnl3p6rg7r7k";
+    outputHash = "16k058fw9yk89adx8j1708ynfri5yizmmvh49prls9slw4hipffb";
   };
 
 in stdenv.mkDerivation rec {