shattered-pixel-dungeon: 2.3.0 -> 2.3.2

This commit is contained in:
Francesco Gazzetta 2024-04-11 14:59:12 +02:00
parent 5ee6446f7d
commit bc112dce2c
1 changed files with 3 additions and 3 deletions

View File

@ -5,16 +5,16 @@
callPackage ./generic.nix rec {
pname = "shattered-pixel-dungeon";
version = "2.3.0";
version = "2.3.2";
src = fetchFromGitHub {
owner = "00-Evan";
repo = "shattered-pixel-dungeon";
rev = "v${version}";
hash = "sha256-PUAHsFW8rb4SZlZKCIx6SO3U7I7uJgfUal2VXzUjQNs=";
hash = "sha256-CZOi3kLwYdA4U9LjgK4ukPTLFUodyubSQg9JaJpUB9s=";
};
depsHash = "sha256-QfAV6LYD6S/8ptaqqKSDtOe4kStwp6LJp8WVc3sH8yc=";
depsHash = "sha256-vihoR0bPh7590sRxeYJ1uuynNRxtRBuiFUrdmsRNUJc=";
passthru.tests = {
shattered-pixel-dungeon-starts = nixosTests.shattered-pixel-dungeon;