shattered-pixel-dungeon: 2.5.3 -> 2.5.4

This commit is contained in:
R. Ryantm 2024-11-12 10:36:10 +00:00 committed by Francesco Gazzetta
parent a9db65e0dd
commit 155168226c

View File

@ -5,13 +5,13 @@
callPackage ./generic.nix rec {
pname = "shattered-pixel-dungeon";
version = "2.5.3";
version = "2.5.4";
src = fetchFromGitHub {
owner = "00-Evan";
repo = "shattered-pixel-dungeon";
rev = "v${version}";
hash = "sha256-Y23w3Pdq5Lsn4gywHhhfL2o9gVQlw/6mbRrjlHNfJjA=";
hash = "sha256-I8DO0HwMfuIwgraX8Q8Ns4ynQMV0aFsAoXCG7EbltPs=";
};
depsPath = ./deps.json;