wesnoth: 1.14.10 -> 1.14.11

This commit is contained in:
R. RyanTM 2020-03-03 22:05:48 +00:00 committed by Matthieu Coudron
parent fb6f2d1488
commit 557b443374

View file

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