wesnoth: 1.4.16 -> 1.4.17

This commit is contained in:
Charlotte Van Petegem 2021-09-01 21:44:21 +02:00
parent 503209808c
commit bbf089dfb7
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "wesnoth";
version = "1.14.16";
version = "1.14.17";
src = fetchFromGitHub {
rev = version;
owner = "wesnoth";
repo = "wesnoth";
sha256 = "sha256-QMz7atxol18r//UNb6+H6xAAEQdR4hAN8UW0KeGSH1g=";
sha256 = "RZ38MbUaUjfajo9wXSfDt8NHBySC+ODlgZAPf2NPblc=";
};
nativeBuildInputs = [ cmake pkg-config ];