wesnoth: 1.18.2 -> 1.18.3

Changes: https://github.com/wesnoth/wesnoth/blob/1.18.3/changelog.md
(cherry picked from commit 68e7b65bf3)
This commit is contained in:
Sergei Trofimovich
2025-01-03 14:00:03 +00:00
committed by Emily
parent ab065822e5
commit 9863b11753
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "wesnoth";
version = "1.18.2";
version = "1.18.3";
src = fetchFromGitHub {
rev = version;
owner = "wesnoth";
repo = "wesnoth";
hash = "sha256-nr+WUFzHeaPxCzwc+8JZRL86X8XEsnsGM1HXnNqOIF0=";
hash = "sha256-Uk8omtXYZaneyBr4TASRtIKEyJLGwfKWu9vRQNVpdVA=";
};
nativeBuildInputs = [ cmake pkg-config ];