fheroes2: 0.9.17 -> 0.9.18

This commit is contained in:
R. Ryantm 2022-08-10 16:12:55 +00:00
parent 0734dc5da2
commit bb5955c044

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "fheroes2"; pname = "fheroes2";
version = "0.9.17"; version = "0.9.18";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ihhub"; owner = "ihhub";
repo = "fheroes2"; repo = "fheroes2";
rev = version; rev = version;
sha256 = "sha256-mitkB7BDqqDbWa+zhcg66dh/SQd6XuUjl/kLWob9zwI="; sha256 = "sha256-I79PoNE6GFvYD4jnsxKo7MsoPgVow8b8fTIiClOGnAI=";
}; };
buildInputs = [ gettext libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ]; buildInputs = [ gettext libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ];