fheroes2: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2024-07-13 23:22:33 +00:00
parent bd24e293f2
commit 943b886f61

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 ];