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.
This commit is contained in:
R. RyanTM 2018-08-09 00:20:27 -07:00 committed by xeji
parent 6efb72f716
commit 46c84f3847

View file

@ -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 ];