wesnoth: 1.18.2 -> 1.18.3; Revert "wesnoth: pin to boost183 to restore the build" (#370612)

authored by Emily and committed by GitHub f585e482 fcc6f721

+2 -4
+2 -2
pkgs/games/wesnoth/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "wesnoth"; 10 - version = "1.18.2"; 10 + version = "1.18.3"; 11 11 12 12 src = fetchFromGitHub { 13 13 rev = version; 14 14 owner = "wesnoth"; 15 15 repo = "wesnoth"; 16 - hash = "sha256-nr+WUFzHeaPxCzwc+8JZRL86X8XEsnsGM1HXnNqOIF0="; 16 + hash = "sha256-Uk8omtXYZaneyBr4TASRtIKEyJLGwfKWu9vRQNVpdVA="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ cmake pkg-config ];
-2
pkgs/top-level/all-packages.nix
··· 16907 16907 16908 16908 wesnoth = callPackage ../games/wesnoth { 16909 16909 inherit (darwin.apple_sdk.frameworks) Cocoa Foundation; 16910 - # fails to build against latest boost 16911 - boost = boost183; 16912 16910 # wesnoth requires lua built with c++, see https://github.com/wesnoth/wesnoth/pull/8234 16913 16911 lua = lua5_4.override { 16914 16912 postConfigure = ''