shattered-pixel-dungeon: 3.3.7 -> 3.3.8 (#502787)

This commit is contained in:
Francesco Gazzetta
2026-03-24 11:31:27 +00:00
committed by GitHub
@@ -6,13 +6,13 @@
callPackage ./generic.nix rec {
pname = "shattered-pixel-dungeon";
version = "3.3.7";
version = "3.3.8";
src = fetchFromGitHub {
owner = "00-Evan";
repo = "shattered-pixel-dungeon";
tag = "v${version}";
hash = "sha256-nWsIaAj4IqQWmNOGFOFJ+oX0Nz6DlWEp/47/qrcZ8qs=";
hash = "sha256-FRYuMjDk6UzmLeaR4MoONXYvNng7uC1xkxbDSiI3gnU=";
};
patches = [ ];