fheroes2: 1.1.2 -> 1.1.3 (#350646)

This commit is contained in:
tomberek 2024-11-22 00:35:55 -05:00 committed by GitHub
commit 277e9b17f3
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.2";
version = "1.1.3";
src = fetchFromGitHub {
owner = "ihhub";
repo = "fheroes2";
rev = version;
hash = "sha256-FSfA2gjJZWAbl2nTJwkAhWcJghbw5ulftU+6QBqljxY=";
hash = "sha256-YAjKdr40MTNEtdzSdsKZQlogZYgMFbTrnLLKOyNtLsM=";
};
nativeBuildInputs = [ imagemagick ];