Merge pull request #249874 from r-ryantm/auto-update/fheroes2

fheroes2: 1.0.6 -> 1.0.7
This commit is contained in:
Weijia Wang 2023-08-29 21:28:15 +02:00 committed by GitHub
commit 299703cdf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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