fheroes2: 1.1.5 -> 1.1.6 (#382600)

This commit is contained in:
Peder Bergebakken Sundt
2025-02-17 01:29:59 +01:00
committed by GitHub
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "fheroes2";
version = "1.1.5";
version = "1.1.6";
src = fetchFromGitHub {
owner = "ihhub";
repo = "fheroes2";
rev = version;
hash = "sha256-Iy7aDC2IRwaNcX+hqtlKNDdOC8WCIlCxfNVeMRK6KP4=";
hash = "sha256-CowCP+gZuGSXWbALYBkmyn+RlDgOGho/Px34GutrBX0=";
};
nativeBuildInputs = [ imagemagick ];