fheroes2: 1.0.12 -> 1.0.13

Changes: https://github.com/ihhub/fheroes2/releases/tag/1.0.13
This commit is contained in:
Sergei Trofimovich 2024-03-18 20:57:23 +00:00
parent d0d9d40f13
commit 7fed3f1b99
1 changed files with 2 additions and 2 deletions

View File

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