fheroes2: 1.1.1 -> 1.1.2 (#342457)

This commit is contained in:
Peder Bergebakken Sundt 2024-09-19 22:27:49 +02:00 committed by GitHub
commit e65d2211b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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