We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c4193 commit 1546577Copy full SHA for 1546577
pkgs/games/shattered-pixel-dungeon/default.nix
@@ -5,13 +5,13 @@
5
6
callPackage ./generic.nix rec {
7
pname = "shattered-pixel-dungeon";
8
- version = "2.2.1";
+ version = "2.3.0";
9
10
src = fetchFromGitHub {
11
owner = "00-Evan";
12
repo = "shattered-pixel-dungeon";
13
rev = "v${version}";
14
- hash = "sha256-0wSlCazsy3TYckWc2bQJL1xBVN2DuYsBIbb9Ajnfl7M=";
+ hash = "sha256-PUAHsFW8rb4SZlZKCIx6SO3U7I7uJgfUal2VXzUjQNs=";
15
};
16
17
depsHash = "sha256-QfAV6LYD6S/8ptaqqKSDtOe4kStwp6LJp8WVc3sH8yc=";
0 commit comments