Merge pull request #149117 from trofi/update-fheroes2

fheroes2: 0.9.9 -> 0.9.10
This commit is contained in:
Bobby Rong
2021-12-13 10:33:11 +08:00
committed by GitHub

View File

@@ -4,20 +4,19 @@
stdenv.mkDerivation rec {
pname = "fheroes2";
version = "0.9.9";
version = "0.9.10";
src = fetchFromGitHub {
owner = "ihhub";
repo = "fheroes2";
rev = version;
sha256 = "sha256-vm9/jHRrG7qSP4GKksUrcK0qC3BW9LXlOnH4/pRyEww=";
sha256 = "sha256-8HXFt4SsQ+qXu/VJmdAdYX7XoNjA4AHItnwS/nyY6H8=";
};
buildInputs = [ gettext libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ];
makeFlags = [
"FHEROES2_STRICT_COMPILATION=1"
"RELEASE=1"
];
enableParallelBuilding = true;