summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authortomberek <tomberek@users.noreply.github.com>2021-09-02 01:21:56 -0400
committerGitHub <noreply@github.com>2021-09-02 01:21:56 -0400
commit7fa2a288f0ee7be5432b16ceffad218babc34087 (patch)
tree6dbfe5a61ab1b86585da07b75dcbbde8446c216e /pkgs/games
parent9025a4d35d1c63c92eb681445af4ae54d51253c9 (diff)
parent96f02afbe58d243835c9b7da811c6bab61690ed9 (diff)
downloadnixpkgs-7fa2a288f0ee7be5432b16ceffad218babc34087.tar
nixpkgs-7fa2a288f0ee7be5432b16ceffad218babc34087.tar.gz
nixpkgs-7fa2a288f0ee7be5432b16ceffad218babc34087.tar.bz2
nixpkgs-7fa2a288f0ee7be5432b16ceffad218babc34087.tar.lz
nixpkgs-7fa2a288f0ee7be5432b16ceffad218babc34087.tar.xz
nixpkgs-7fa2a288f0ee7be5432b16ceffad218babc34087.tar.zst
nixpkgs-7fa2a288f0ee7be5432b16ceffad218babc34087.zip
Merge pull request #136410 from chvp/bump-wesnoth
wesnoth: 1.4.16 -> 1.4.17
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/wesnoth/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/wesnoth/default.nix b/pkgs/games/wesnoth/default.nix
index 6eedc446f53..ae23cc799ce 100644
--- a/pkgs/games/wesnoth/default.nix
+++ b/pkgs/games/wesnoth/default.nix
@@ -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;
   };