fheroes2: 0.9.11 -> 0.9.12
https://github.com/ihhub/fheroes2/wiki/Change-Log#version-0912-07-february-2022
This commit is contained in:
parent
f35c016749
commit
44bc0ee64b
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "fheroes2";
|
pname = "fheroes2";
|
||||||
version = "0.9.11";
|
version = "0.9.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ihhub";
|
owner = "ihhub";
|
||||||
repo = "fheroes2";
|
repo = "fheroes2";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-p2FG4oWLTGflOoxsp8A+FpoVHfKiEw3DEnK8n3UiBtU=";
|
sha256 = "sha256-6voM6aQ22zW6NHm9x2TDsM4Kea6TLYZTdSLyc/6fz8A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gettext libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ];
|
buildInputs = [ gettext libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ];
|
||||||
|
Loading…
Reference in New Issue
Block a user