diff options
| author | Thiago Kenji Okada <thiagokokada@gmail.com> | 2021-12-12 19:01:28 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-12 19:01:28 -0300 |
| commit | 1c79570a966602b3402fe45c41faa9da677bee9f (patch) | |
| tree | 5680a406839679dd3cd66f6afd7100c31ac93a20 | |
| parent | Merge pull request #150462 from NixOS/backport-150276-to-release-21.11 (diff) | |
| parent | shattered-pixel-dungeon: 1.0.0 -> 1.1.0 (diff) | |
| download | nixpkgs-1c79570a966602b3402fe45c41faa9da677bee9f.tar.gz | |
Merge pull request #150442 from NixOS/backport-150413-to-release-21.11
[Backport release-21.11] shattered-pixel-dungeon: 1.0.0 -> 1.1.0
| -rw-r--r-- | pkgs/games/shattered-pixel-dungeon/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/games/shattered-pixel-dungeon/default.nix b/pkgs/games/shattered-pixel-dungeon/default.nix index e67a9f6d470e..8dc205d51bc3 100644 --- a/pkgs/games/shattered-pixel-dungeon/default.nix +++ b/pkgs/games/shattered-pixel-dungeon/default.nix @@ -10,15 +10,15 @@ let pname = "shattered-pixel-dungeon"; - version = "1.0.0"; + version = "1.1.0"; src = fetchFromGitHub { owner = "00-Evan"; repo = "shattered-pixel-dungeon"; # NOTE: always use the commit sha, not the tag. Tags _will_ disappear! # https://github.com/00-Evan/shattered-pixel-dungeon/issues/596 - rev = "1f296a2d1088ad35421f5f8040a9f0803fa46ba8"; - sha256 = "sha256-MzHdUAzCR2JtIdY1SGuge3xgR6qIhNYxUPOxA+TZtLE="; + rev = "7f29a03078647ea503d3c866476568511aa5af84"; + sha256 = "sha256-+d8X7WFGX8YGb2rGu8jVO82QdlF9ec+6+Ti5wGEIwRg="; }; postPatch = '' @@ -47,7 +47,7 @@ let | sh ''; outputHashMode = "recursive"; - outputHash = "sha256-0P/BcjNnbDN25DguRcCyzPuUG7bouxEx1ySodIbSwvg="; + outputHash = "sha256-UI5/ZJbUtEz1Fr+qn6a8kzi9rrP+lVrpBbuDv8TG5y0="; }; in stdenv.mkDerivation rec { |
