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

wesnoth: 1.16.3 -> 1.16.4
This commit is contained in:
Christian Kögler 2022-08-04 22:55:22 +02:00 committed by GitHub
commit 29bef7224b
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.16.3";
version = "1.16.4";
src = fetchFromGitHub {
rev = version;
owner = "wesnoth";
repo = "wesnoth";
sha256 = "sha256-om6Tps5ZdAWq1WE9lq9v2oGwfPDPSRJ08pmMlT6DjGk=";
sha256 = "sha256-yb/Y54MVtzIi5+FnQQZTNDNGgkPn0j2n+7cH6qejAO0=";
};
nativeBuildInputs = [ cmake pkg-config ];