fheroes2: 1.1.5 -> 1.1.6

Changes: https://github.com/ihhub/fheroes2/releases/tag/1.1.6
This commit is contained in:
Sergei Trofimovich 2025-02-16 16:03:43 +00:00
parent e1fd1bff19
commit 56ff9c7c9d

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "fheroes2";
version = "1.1.5";
version = "1.1.6";
src = fetchFromGitHub {
owner = "ihhub";
repo = "fheroes2";
rev = version;
hash = "sha256-Iy7aDC2IRwaNcX+hqtlKNDdOC8WCIlCxfNVeMRK6KP4=";
hash = "sha256-CowCP+gZuGSXWbALYBkmyn+RlDgOGho/Px34GutrBX0=";
};
nativeBuildInputs = [ imagemagick ];