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

fheroes2: 1.1.0 -> 1.1.1
This commit is contained in:
Peder Bergebakken Sundt
2024-07-19 20:38:23 +02:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "fheroes2";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "ihhub";
repo = "fheroes2";
rev = version;
hash = "sha256-a4IZX0aq2iXLPKTVRWxkr50vhCEqAMUA0z50rOpEIjU=";
hash = "sha256-RzMSHcyDsdZYTJYU53DjoCrCpy5gjgrtZb8NuP5trPk=";
};
nativeBuildInputs = [ imagemagick ];