wesnoth: 1.16.6 -> 1.16.7

This commit is contained in:
R. Ryantm 2023-01-18 07:17:34 +00:00
parent f46ee73ba6
commit 3efc69523f

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "wesnoth";
version = "1.16.6";
version = "1.16.7";
src = fetchFromGitHub {
rev = version;
owner = "wesnoth";
repo = "wesnoth";
sha256 = "sha256-oQRjVjVjLIvCCafLr0FXvLwnKDjJY2FU20dYGLtNFiU=";
sha256 = "sha256-YcBF/iNr6Q5NaA+G55xa0SOCCHW2BCoJlmXsTtkF1fk=";
};
nativeBuildInputs = [ cmake pkg-config ];