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

fheroes2: 1.0.5 -> 1.0.6
This commit is contained in:
Nick Cao 2023-07-16 21:39:26 -06:00 committed by GitHub
commit b0a218e10d
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.5";
version = "1.0.6";
src = fetchFromGitHub {
owner = "ihhub";
repo = "fheroes2";
rev = version;
sha256 = "sha256-h9kWeq7NgJUChqH49nJNuG/6fzAOteZlKUs6Vtbv7Ww=";
sha256 = "sha256-FTxmcRD6PlY46HuakD/7wcBa26nEHYdWYUGmOR4R58Q=";
};
nativeBuildInputs = [ imagemagick ];