fheroes2: 1.0.13 -> 1.1.0

This commit is contained in:
R. Ryantm 2024-05-24 01:54:45 +00:00
parent fc165a03b2
commit 6b5518d8ac

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