Merge pull request #297013 from trofi/fheroes2-update

fheroes2: 1.0.12 -> 1.0.13
This commit is contained in:
Mario Rodas 2024-03-23 19:51:13 -05:00 committed by GitHub
commit af15e7f8e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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