fheroes2: 1.1.2 -> 1.1.3

Changes: https://github.com/ihhub/fheroes2/releases/tag/1.1.3
This commit is contained in:
Sergei Trofimovich 2024-10-23 07:03:47 +01:00
parent d2d4c4f350
commit 777bd013ca

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "fheroes2";
version = "1.1.2";
version = "1.1.3";
src = fetchFromGitHub {
owner = "ihhub";
repo = "fheroes2";
rev = version;
hash = "sha256-FSfA2gjJZWAbl2nTJwkAhWcJghbw5ulftU+6QBqljxY=";
hash = "sha256-YAjKdr40MTNEtdzSdsKZQlogZYgMFbTrnLLKOyNtLsM=";
};
nativeBuildInputs = [ imagemagick ];