wesnoth: 1.14.12 -> 1.14.13

This commit is contained in:
Christian Kampka 2020-06-22 23:33:34 +02:00
parent cea3107b14
commit ccb847f735
No known key found for this signature in database
GPG key ID: B88E140DB4FE1AA5

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "wesnoth";
version = "1.14.12";
version = "1.14.13";
src = fetchFromGitHub {
rev = version;
owner = "wesnoth";
repo = "wesnoth";
sha256 = "0xpypy0yfjmjp3apvlh51nm19p1cjhjw2p547kvmrckm7y6naaw8";
sha256 = "1ka07h4sgmbc24qbaz0pbryx0yk339l4jzg32hy01qdvl2n40w3h";
};
nativeBuildInputs = [ cmake pkgconfig ];