shattered-pixel-dungeon: 2.5.2 -> 2.5.3

This commit is contained in:
R. Ryantm 2024-10-05 04:30:05 +00:00 committed by Francesco Gazzetta
parent bc3b7d0bcf
commit 9ceecef565

View File

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