wesnoth: 1.18.0 -> 1.18.1

This commit is contained in:
R. Ryantm 2024-06-13 04:19:21 +00:00
parent 0e3a6393a0
commit 7b970f39cd

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