wesnoth: 1.18.1 -> 1.18.2

This commit is contained in:
R. Ryantm 2024-07-06 19:36:41 +00:00
parent 8f3b38daf2
commit f0d65c466b

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