Merge pull request #243746 from r-ryantm/auto-update/shattered-pixel-dungeon

shattered-pixel-dungeon: 2.1.3 -> 2.1.4
This commit is contained in:
Weijia Wang 2023-07-18 11:52:33 +03:00 committed by GitHub
commit f5e007e64c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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