fheroes2: 1.1.13 -> 1.1.16

This commit is contained in:
R. Ryantm
2026-05-18 18:59:53 +00:00
parent 9ccfc30b92
commit 545e5841f3
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fheroes2";
version = "1.1.13";
version = "1.1.16";
src = fetchFromGitHub {
owner = "ihhub";
repo = "fheroes2";
rev = finalAttrs.version;
hash = "sha256-ct58Rkc6ORXldINQZVzMuObMl0BMk6QG88oU4tT0WcE=";
hash = "sha256-B4gs+uDS9dCkrS1OLn4dUfWTSKKsUrdQJxAAAJCH7Nw=";
};
nativeBuildInputs = [ imagemagick ];