Merge pull request #260845 from trofi/fheroes2-update

fheroes2: 1.0.8 -> 1.0.9
This commit is contained in:
maxine
2023-10-13 15:40:51 +02:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "fheroes2";
version = "1.0.8";
version = "1.0.9";
src = fetchFromGitHub {
owner = "ihhub";
repo = "fheroes2";
rev = version;
sha256 = "sha256-lDMKMh0ztRI3sIV4+xIc25JcY5Opj5dY7pKiPx86qD0=";
hash = "sha256-l2NIoZrevI1PWK4mRjGP6jbx0LvXjz9oFsiTJ6m43JQ=";
};
nativeBuildInputs = [ imagemagick ];