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

wesnoth: 1.18.1 -> 1.18.2
This commit is contained in:
Franz Pletz
2024-07-09 17:11:05 +02:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "wesnoth";
version = "1.18.1";
version = "1.18.2";
src = fetchFromGitHub {
rev = version;
owner = "wesnoth";
repo = "wesnoth";
hash = "sha256-IZ3/06MVJGNNSjj9UJ5EWRuzu4baJs3ruYarWTRuGnw=";
hash = "sha256-nr+WUFzHeaPxCzwc+8JZRL86X8XEsnsGM1HXnNqOIF0=";
};
nativeBuildInputs = [ cmake pkg-config ];