wesnoth: 1.16.3 -> 1.16.4

This commit is contained in:
R. Ryantm 2022-07-31 06:14:11 +00:00
parent 6d1f689374
commit 8f3d89e2b2

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