fheroes2: 1.1.3 -> 1.1.4 (#359742)

This commit is contained in:
Austin Horstman
2024-12-01 07:31:43 -06:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "fheroes2";
version = "1.1.3";
version = "1.1.4";
src = fetchFromGitHub {
owner = "ihhub";
repo = "fheroes2";
rev = version;
hash = "sha256-YAjKdr40MTNEtdzSdsKZQlogZYgMFbTrnLLKOyNtLsM=";
hash = "sha256-hgFOXAxbCpG3lHWyX6gE/aGJ1A/QymWHMmRwta997+Q=";
};
nativeBuildInputs = [ imagemagick ];