File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 77
88stdenv . mkDerivation rec {
99 pname = "wesnoth" ;
10- version = "1.18.2 " ;
10+ version = "1.18.3 " ;
1111
1212 src = fetchFromGitHub {
1313 rev = version ;
1414 owner = "wesnoth" ;
1515 repo = "wesnoth" ;
16- hash = "sha256-nr+WUFzHeaPxCzwc+8JZRL86X8XEsnsGM1HXnNqOIF0 =" ;
16+ hash = "sha256-Uk8omtXYZaneyBr4TASRtIKEyJLGwfKWu9vRQNVpdVA =" ;
1717 } ;
1818
1919 nativeBuildInputs = [ cmake pkg-config ] ;
Original file line number Diff line number Diff line change @@ -16907,8 +16907,6 @@ with pkgs;
1690716907
1690816908 wesnoth = callPackage ../games/wesnoth {
1690916909 inherit (darwin.apple_sdk.frameworks) Cocoa Foundation;
16910- # fails to build against latest boost
16911- boost = boost183;
1691216910 # wesnoth requires lua built with c++, see https://github.com/wesnoth/wesnoth/pull/8234
1691316911 lua = lua5_4.override {
1691416912 postConfigure = ''
You can’t perform that action at this time.
0 commit comments