Merge pull request #41220 from r-ryantm/auto-update/wesnoth

wesnoth: 1.14.1 -> 1.14.2
This commit is contained in:
Matthew Justin Bauer 2018-05-30 11:08:59 -04:00 committed by GitHub
commit 4a941ea28a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "wesnoth";
version = "1.14.1";
version = "1.14.2";
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://sourceforge/sourceforge/${pname}/${name}.tar.bz2";
sha256 = "1mzrnbv71b4s41c5x8clhb53l8lidiwzny1hl828228pvys5bxkb";
sha256 = "1xhnhxjc8zjv89xmrbffa54fa4ybw6x0p34k14n9lrz1y18vaar8";
};
nativeBuildInputs = [ cmake pkgconfig ];