fheroes2: 1.1.1 -> 1.1.2

Changes: https://github.com/ihhub/fheroes2/releases/tag/1.1.2
This commit is contained in:
Sergei Trofimovich 2024-09-17 06:39:16 +01:00
parent 02b583705c
commit cf76a0d0c4

View File

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