fheroes2: 1.0.11 -> 1.0.12

Diff: https://github.com/ihhub/fheroes2/compare/1.0.11...1.0.12
This commit is contained in:
Sergei Trofimovich 2024-02-09 09:03:16 +00:00
parent 442d407992
commit 4d32c5a904

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "fheroes2";
version = "1.0.11";
version = "1.0.12";
src = fetchFromGitHub {
owner = "ihhub";
repo = "fheroes2";
rev = version;
hash = "sha256-R7hl5VzzdRcU9TF6WfiLYgUFpVixuppLobMsan0jKsQ=";
hash = "sha256-FqtxTRgjFqFu4zml6xePXtK8yn/dkHP+5aU2/9S7gSQ=";
};
nativeBuildInputs = [ imagemagick ];