fheroes2: 1.0.6 -> 1.0.7

This commit is contained in:
R. Ryantm 2023-08-18 03:53:34 +00:00
parent bc9b484db8
commit 8370543568

View file

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