wesnoth: 1.16.5 -> 1.16.6

main
R. Ryantm 2 years ago committed by Bobby Rong
parent 374fdff128
commit 742243f041
  1. 4
      pkgs/games/wesnoth/default.nix

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "wesnoth";
version = "1.16.5";
version = "1.16.6";
src = fetchFromGitHub {
rev = version;
owner = "wesnoth";
repo = "wesnoth";
sha256 = "sha256-U01dMrbPRBliag/RKnwG1G2YEv7fiTh6+S+S5cO1Fx8=";
sha256 = "sha256-oQRjVjVjLIvCCafLr0FXvLwnKDjJY2FU20dYGLtNFiU=";
};
nativeBuildInputs = [ cmake pkg-config ];

Loading…
Cancel
Save