diff options
| author | davidak <davidak@users.noreply.github.com> | 2021-08-03 06:09:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-03 06:09:14 +0200 |
| commit | 3682a03cc81da5da2296a198cb7854f78ee51c32 (patch) | |
| tree | 5fc37394fc1c85049b03a0a670e8cbe7098d2578 | |
| parent | Merge pull request #132463 from NixOS/backport-131583-to-release-21.05 (diff) | |
| parent | shattered-pixel-dungeon: 0.9.2 -> 0.9.3 (diff) | |
| download | nixpkgs-3682a03cc81da5da2296a198cb7854f78ee51c32.tar.gz | |
Merge pull request #126456 from fgaz/backport/21.05/shattered-pixel-dungeon/0.9.3
[backport 21.05] shattered-pixel-dungeon: 0.9.2 -> 0.9.3
| -rw-r--r-- | pkgs/games/shattered-pixel-dungeon/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/shattered-pixel-dungeon/default.nix b/pkgs/games/shattered-pixel-dungeon/default.nix index 2ced60ef8906..ec18a26829fb 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 = "0.9.2"; + version = "0.9.3"; 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 = "5be9ee815f1fc6e3511a09a367d3f9d8dc55c783"; - sha256 = "0wknrf7jjnkshj4gmb1ksqiqif1rq53ffi3y29ynhcz68sa0frx6"; + rev = "785c869f2b61013a15fddbf5f0c65d67fe900e80"; + sha256 = "sha256-d7Fc1IPOW/0RwLYe9vwaD3gFw6div2/J0DOFdWYDXWY="; }; postPatch = '' |
