fheroes2: 1.0.8 -> 1.0.9

Changes: https://github.com/ihhub/fheroes2/releases/tag/1.0.9
This commit is contained in:
Sergei Trofimovich 2023-10-13 08:57:10 +01:00
parent 1d6eb597f3
commit 3cbfb9e963

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 ];