aboutsummaryrefslogtreecommitdiff
path: root/pkgs/games/wesnoth
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-08-09 00:20:27 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-09 09:20:26 +0200
commit46c84f38475e1685af6a8eab97538bb46296afd1 (patch)
tree9836ec4e33f8f23add4704391eb4259d5ccdebf3 /pkgs/games/wesnoth
parent6efb72f7168101d38591d0c1c694fdafca73cb95 (diff)
wesnoth: 1.14.3 -> 1.14.4 (#44671)
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.
Diffstat (limited to 'pkgs/games/wesnoth')
-rw-r--r--pkgs/games/wesnoth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/wesnoth/default.nix b/pkgs/games/wesnoth/default.nix
index 75afddf52c8e..4df457b68f5a 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.3";
+ version = "1.14.4";
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://sourceforge/sourceforge/${pname}/${name}.tar.bz2";
- sha256 = "06648041nr77sgzr7jpmcn37cma3hp41qynp50xzddx28l17zwg9";
+ sha256 = "1hw1ap8xxpdwyx1sf8fm1g75p6724y3hwb4kpvyqbsq7bwfwsb9i";
};
nativeBuildInputs = [ cmake pkgconfig ];