fheroes2: 1.1.13 -> 1.1.16 (#496476)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-08 02:15:05 +00:00
committed by GitHub
+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 ];