shattered-pixel-dungeon: 3.0.0 -> 3.0.1

This commit is contained in:
R. Ryantm
2025-03-16 23:15:08 +00:00
committed by Francesco Gazzetta
parent b6265e5e0e
commit ab5ff45c62
@@ -6,13 +6,13 @@
callPackage ./generic.nix rec {
pname = "shattered-pixel-dungeon";
version = "3.0.0";
version = "3.0.1";
src = fetchFromGitHub {
owner = "00-Evan";
repo = "shattered-pixel-dungeon";
rev = "v${version}";
hash = "sha256-6t6ernRLKFQS57wzLERnx9QDA0pxRzj35n0vhR//WyA=";
hash = "sha256-49T+CW7cRe2RPcfk6dAHUoiD6ZnP8s5UyaqPsLwa8Ho=";
};
depsPath = ./deps.json;