Skip to content

Commit

Permalink
mindustry: init at 102 (and updates) (NixOS#72306)
Browse files Browse the repository at this point in the history
* mindustry: init at 99

* mindustry: 99 -> 100

* mindustry: 100 -> 101

* mindustry: 101 -> 101.1

* mindustry: 101.1 -> 102

(cherry picked from commit 36f084b)
  • Loading branch information
fgaz authored and dtzWill committed Jan 13, 2020
1 parent 177eeaf commit e1bab75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/games/mindustry/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "99";
version = "102";
buildVersion = makeBuildVersion version;

src = fetchFromGitHub {
owner = "Anuken";
repo = "Mindustry";
rev = "v${version}";
sha256 = "14zxmqfzn1va0im7846cfilhglzcbxd46nn9ilahkqi6lyl4c1fm";
sha256 = "0g4zy2zlynv6f427pq1ngnl0zpr6nnih10wd2l8vl9bxwzjygwdr";
};

desktopItem = makeDesktopItem {
Expand All @@ -39,7 +39,7 @@ let

postPatch = ''
# Remove unbuildable iOS stuff
sed -i '159,193d' build.gradle
sed -i '/^project(":ios"){/,/^}/d' build.gradle
sed -i '/robo(vm|VM)/d' build.gradle
rm ios/build.gradle
Expand All @@ -65,7 +65,7 @@ let
'';
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "0drx1y35za07bm7xwsl9va9kbz87qa4i5w462lywzmc08aissv04";
outputHash = "1sscxrr32f2agwz34pm491xqkz7m4bwdc1p3g64kcnl3p6rg7r7k";
};

in stdenv.mkDerivation rec {
Expand Down

0 comments on commit e1bab75

Please sign in to comment.