fheroes2: 1.0.7 -> 1.0.8

This commit is contained in:
R. Ryantm 2023-09-21 16:06:23 +00:00
parent c9a667043f
commit a76a7bb1e1

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "fheroes2";
version = "1.0.7";
version = "1.0.8";
src = fetchFromGitHub {
owner = "ihhub";
repo = "fheroes2";
rev = version;
sha256 = "sha256-DRwCTy87mC1bXpOEaPGQc+dJaPOaKzlmJv9d/BntR7s=";
sha256 = "sha256-lDMKMh0ztRI3sIV4+xIc25JcY5Opj5dY7pKiPx86qD0=";
};
nativeBuildInputs = [ imagemagick ];