Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d004a3c22110
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b305cd8d6f9d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 25, 2020

  1. mindustry: 102 -> 103

    fgaz committed Jan 25, 2020
    Copy the full SHA
    3db6b0f View commit details
  2. Merge pull request #78463 from fgaz/mindustry/103

    mindustry: 102 -> 103
    marsam authored Jan 25, 2020
    Copy the full SHA
    b305cd8 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/games/mindustry/default.nix
6 changes: 3 additions & 3 deletions pkgs/games/mindustry/default.nix
Original file line number Diff line number Diff line change
@@ -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 {