wesnoth: 1.18.3 -> 1.18.4

Changes: https://github.com/wesnoth/wesnoth/blob/1.18.4/changelog.md
This commit is contained in:
Sergei Trofimovich
2025-02-19 09:36:52 +00:00
parent 255804f6d7
commit 91b8d9be91
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "wesnoth";
version = "1.18.3";
version = "1.18.4";
src = fetchFromGitHub {
rev = version;
owner = "wesnoth";
repo = "wesnoth";
hash = "sha256-Uk8omtXYZaneyBr4TASRtIKEyJLGwfKWu9vRQNVpdVA=";
hash = "sha256-c3BoTFnSUqtp71QeSCsC2teVuzsQwV8hOJtIcZdP+1E=";
};
nativeBuildInputs = [ cmake pkg-config ];