Merge pull request #136410 from chvp/bump-wesnoth

wesnoth: 1.4.16 -> 1.4.17
This commit is contained in:
tomberek 2021-09-02 01:21:56 -04:00 committed by GitHub
commit 7fa2a288f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "wesnoth";
version = "1.14.16";
version = "1.14.17";
src = fetchFromGitHub {
rev = version;
owner = "wesnoth";
repo = "wesnoth";
sha256 = "sha256-QMz7atxol18r//UNb6+H6xAAEQdR4hAN8UW0KeGSH1g=";
sha256 = "RZ38MbUaUjfajo9wXSfDt8NHBySC+ODlgZAPf2NPblc=";
};
nativeBuildInputs = [ cmake pkg-config ];
@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
'';
homepage = "https://www.wesnoth.org/";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ abbradar ];
platforms = platforms.unix;
};