summary refs log tree commit diff
path: root/pkgs/games/wesnoth
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-03 22:05:48 +0000
committerMatthieu Coudron <mattator@gmail.com>2020-03-04 19:01:49 +0100
commit557b443374f7d3e8b25477a10c6f42c5f32472e4 (patch)
treebf85855be93fb87955aed895f93db7e67a6f29a2 /pkgs/games/wesnoth
parentfb6f2d1488f394f35f99fa0c520e2b8d0d431f33 (diff)
downloadnixpkgs-557b443374f7d3e8b25477a10c6f42c5f32472e4.tar
nixpkgs-557b443374f7d3e8b25477a10c6f42c5f32472e4.tar.gz
nixpkgs-557b443374f7d3e8b25477a10c6f42c5f32472e4.tar.bz2
nixpkgs-557b443374f7d3e8b25477a10c6f42c5f32472e4.tar.lz
nixpkgs-557b443374f7d3e8b25477a10c6f42c5f32472e4.tar.xz
nixpkgs-557b443374f7d3e8b25477a10c6f42c5f32472e4.tar.zst
nixpkgs-557b443374f7d3e8b25477a10c6f42c5f32472e4.zip
wesnoth: 1.14.10 -> 1.14.11
Diffstat (limited to 'pkgs/games/wesnoth')
-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 2ef85ecee53..20ec0a978f5 100644
--- a/pkgs/games/wesnoth/default.nix
+++ b/pkgs/games/wesnoth/default.nix
@@ -6,11 +6,11 @@
 
 stdenv.mkDerivation rec {
   pname = "wesnoth";
-  version = "1.14.10";
+  version = "1.14.11";
 
   src = fetchurl {
     url = "mirror://sourceforge/sourceforge/${pname}/${pname}-${version}.tar.bz2";
-    sha256 = "0xnfbz7nin56ms929i5f8rv4mpifbvr64r4ryfhrqmba0vkk9sz7";
+    sha256 = "1i8mz6gw3qar09bscczhki0g4scj8pl58v85rp0g55r4bcq41l5v";
   };
 
   nativeBuildInputs = [ cmake pkgconfig ];
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
       adventures.
     '';
 
-    homepage = http://www.wesnoth.org/;
+    homepage = "http://www.wesnoth.org/";
     license = licenses.gpl2;
     maintainers = with maintainers; [ abbradar ];
     platforms = platforms.unix;