shattered-pixel-dungeon: 3.3.5 -> 3.3.7

This commit is contained in:
R. Ryantm
2026-03-10 19:15:40 +00:00
parent 5e88cffa98
commit 95fdb3326d
@@ -6,13 +6,13 @@
callPackage ./generic.nix rec {
pname = "shattered-pixel-dungeon";
version = "3.3.5";
version = "3.3.7";
src = fetchFromGitHub {
owner = "00-Evan";
repo = "shattered-pixel-dungeon";
tag = "v${version}";
hash = "sha256-NxeDF0bfQJsJiWkAD8ynjtezPZZ5TaU0ih1t2uVtXVU=";
hash = "sha256-nWsIaAj4IqQWmNOGFOFJ+oX0Nz6DlWEp/47/qrcZ8qs=";
};
patches = [ ];