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

fheroes2: 1.0.13 -> 1.1.0
This commit is contained in:
Matthias Beyer
2024-05-26 14:08:40 +02:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "fheroes2";
version = "1.0.13";
version = "1.1.0";
src = fetchFromGitHub {
owner = "ihhub";
repo = "fheroes2";
rev = version;
hash = "sha256-uR46G1DISurBk17GQdo+x94F2cP0+157PxjdG2s1Ik4=";
hash = "sha256-a4IZX0aq2iXLPKTVRWxkr50vhCEqAMUA0z50rOpEIjU=";
};
nativeBuildInputs = [ imagemagick ];