Merge pull request #214912 from wegank/wesnoth-bump

wesnoth: 1.16.7 -> 1.16.8

authored by Weijia Wang and committed by GitHub bfde8654 37ebc147

+4 -2
+4 -2
pkgs/games/wesnoth/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "wesnoth"; 8 - version = "1.16.7"; 8 + version = "1.16.8"; 9 9 10 10 src = fetchFromGitHub { 11 11 rev = version; 12 12 owner = "wesnoth"; 13 13 repo = "wesnoth"; 14 - sha256 = "sha256-YcBF/iNr6Q5NaA+G55xa0SOCCHW2BCoJlmXsTtkF1fk="; 14 + hash = "sha256-P7OUiKJxJZ0rGdesnxpQMbRBgCHsLpyt8+pRDh27JYQ="; 15 15 }; 16 16 17 17 nativeBuildInputs = [ cmake pkg-config ]; ··· 19 19 buildInputs = [ SDL2 SDL2_image SDL2_mixer SDL2_net SDL2_ttf pango gettext boost 20 20 libvorbis fribidi dbus libpng pcre openssl icu ] 21 21 ++ lib.optionals stdenv.isDarwin [ Cocoa Foundation]; 22 + 23 + NIX_LDFLAGS = lib.optionalString stdenv.isDarwin "-framework AppKit"; 22 24 23 25 meta = with lib; { 24 26 description = "The Battle for Wesnoth, a free, turn-based strategy game with a fantasy theme";