summary refs log tree commit diff
path: root/pkgs/games/wesnoth
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 09:35:47 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-30 09:35:47 -0700
commit99964ff49336a782f7ff67f39d61a608347c7507 (patch)
tree497c36265f61b56deed953ab1325b8a8b663a08f /pkgs/games/wesnoth
parent7e33e374db487ed87db316db3b2687f917aa7f90 (diff)
downloadnixpkgs-99964ff49336a782f7ff67f39d61a608347c7507.tar
nixpkgs-99964ff49336a782f7ff67f39d61a608347c7507.tar.gz
nixpkgs-99964ff49336a782f7ff67f39d61a608347c7507.tar.bz2
nixpkgs-99964ff49336a782f7ff67f39d61a608347c7507.tar.lz
nixpkgs-99964ff49336a782f7ff67f39d61a608347c7507.tar.xz
nixpkgs-99964ff49336a782f7ff67f39d61a608347c7507.tar.zst
nixpkgs-99964ff49336a782f7ff67f39d61a608347c7507.zip
wesnoth-dev: 1.13.13 -> 1.14.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/wesnoth/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/kk2lcjayzj584gczvzmqbna8gc59g92j-wesnoth-1.14.0/bin/wesnoth -h’ got 0 exit code
- ran ‘/nix/store/kk2lcjayzj584gczvzmqbna8gc59g92j-wesnoth-1.14.0/bin/wesnoth --help’ got 0 exit code
- ran ‘/nix/store/kk2lcjayzj584gczvzmqbna8gc59g92j-wesnoth-1.14.0/bin/wesnothd -h’ got 0 exit code
- ran ‘/nix/store/kk2lcjayzj584gczvzmqbna8gc59g92j-wesnoth-1.14.0/bin/wesnothd --help’ got 0 exit code
- ran ‘/nix/store/kk2lcjayzj584gczvzmqbna8gc59g92j-wesnoth-1.14.0/bin/wesnothd -V’ and found version 1.14.0
- ran ‘/nix/store/kk2lcjayzj584gczvzmqbna8gc59g92j-wesnoth-1.14.0/bin/wesnothd --version’ and found version 1.14.0
- found 1.14.0 with grep in /nix/store/kk2lcjayzj584gczvzmqbna8gc59g92j-wesnoth-1.14.0
- directory tree listing: https://gist.github.com/faf1d8fe4a47781eb51e8a411a546099
Diffstat (limited to 'pkgs/games/wesnoth')
-rw-r--r--pkgs/games/wesnoth/dev.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/wesnoth/dev.nix b/pkgs/games/wesnoth/dev.nix
index c9cd7119d8f..81ffd6b135f 100644
--- a/pkgs/games/wesnoth/dev.nix
+++ b/pkgs/games/wesnoth/dev.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "wesnoth";
-  version = "1.13.13";
+  version = "1.14.0";
 
   name = "${pname}-${version}";
 
   src = fetchurl {
     url = "mirror://sourceforge/sourceforge/${pname}/${name}.tar.bz2";
-    sha256 = "1jn3gvw0x8ndwvdm4bqpki1p1cxg2ij02s6w0frhfi4kz706al0c";
+    sha256 = "09niq53y17faizhmd98anx3dha7hvacvj9a0a64lg8wn915cm0bw";
   };
 
   nativeBuildInputs = [ cmake pkgconfig ];