shattered-pixel-dungeon: 2.1.2 -> 2.1.3

This commit is contained in:
R. Ryantm 2023-07-06 04:07:44 +00:00
parent ee6562d051
commit 3fd67ff74e

View file

@ -10,13 +10,13 @@
let
pname = "shattered-pixel-dungeon";
version = "2.1.2";
version = "2.1.3";
src = fetchFromGitHub {
owner = "00-Evan";
repo = "shattered-pixel-dungeon";
rev = "v${version}";
hash = "sha256-RBb59aFewOKom6pfi+VU7QpGHfdz1HR8Hujc1nWUl9U=";
hash = "sha256-eyl5bMIoVpQB4QIQdJvPw4gjMG6OeQPahx6h46YsIXs=";
};
patches = [