Merge pull request #287439 from trofi/fheroes2-update

fheroes2: 1.0.11 -> 1.0.12
This commit is contained in:
maxine 2024-02-09 22:03:42 +01:00 committed by GitHub
commit 93d6d51c9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "fheroes2";
version = "1.0.11";
version = "1.0.12";
src = fetchFromGitHub {
owner = "ihhub";
repo = "fheroes2";
rev = version;
hash = "sha256-R7hl5VzzdRcU9TF6WfiLYgUFpVixuppLobMsan0jKsQ=";
hash = "sha256-FqtxTRgjFqFu4zml6xePXtK8yn/dkHP+5aU2/9S7gSQ=";
};
nativeBuildInputs = [ imagemagick ];