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

wesnoth: 1.18.0 -> 1.18.1
This commit is contained in:
Weijia Wang
2024-06-28 00:53:43 +02:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "wesnoth";
version = "1.18.0";
version = "1.18.1";
src = fetchFromGitHub {
rev = version;
owner = "wesnoth";
repo = "wesnoth";
hash = "sha256-Db1OwBTA/2jjhu/fOZhwGo7dWV3mZ40y6hTNCCjaRJQ=";
hash = "sha256-IZ3/06MVJGNNSjj9UJ5EWRuzu4baJs3ruYarWTRuGnw=";
};
nativeBuildInputs = [ cmake pkg-config ];