Merge pull request #211342 from r-ryantm/auto-update/wesnoth

wesnoth: 1.16.6 -> 1.16.7
This commit is contained in:
Weijia Wang
2023-01-26 03:59:41 +01:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "wesnoth";
version = "1.16.6";
version = "1.16.7";
src = fetchFromGitHub {
rev = version;
owner = "wesnoth";
repo = "wesnoth";
sha256 = "sha256-oQRjVjVjLIvCCafLr0FXvLwnKDjJY2FU20dYGLtNFiU=";
sha256 = "sha256-YcBF/iNr6Q5NaA+G55xa0SOCCHW2BCoJlmXsTtkF1fk=";
};
nativeBuildInputs = [ cmake pkg-config ];