3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #163270 from r-ryantm/auto-update/fheroes2

fheroes2: 0.9.12 -> 0.9.13
This commit is contained in:
Bobby Rong 2022-03-09 16:51:48 +08:00 committed by GitHub
commit 0e17a0fea6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "fheroes2";
version = "0.9.12";
version = "0.9.13";
src = fetchFromGitHub {
owner = "ihhub";
repo = "fheroes2";
rev = version;
sha256 = "sha256-6voM6aQ22zW6NHm9x2TDsM4Kea6TLYZTdSLyc/6fz8A=";
sha256 = "sha256-+VAgS7NR/D0HD/Fy7idSUTMJPp2ctpirMpcFooo+bEg=";
};
buildInputs = [ gettext libpng SDL2 SDL2_image SDL2_mixer SDL2_ttf zlib ];