wesnoth-devel: 1.19.22 -> 1.19.23 (#511864)

This commit is contained in:
Niklas Korz
2026-04-20 20:56:41 +00:00
committed by GitHub
+2 -2
View File
@@ -39,7 +39,7 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "wesnoth${suffix}";
version = if enableDevel then "1.19.22" else "1.18.7";
version = if enableDevel then "1.19.23" else "1.18.7";
src = fetchFromGitHub {
owner = "wesnoth";
@@ -47,7 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
tag = finalAttrs.version;
hash =
if enableDevel then
"sha256-bqISxp20uiaqGwPshwe/xYwTnKC6K/FNYLE618L2IC4="
"sha256-iqL7sXcvAeyewB0nSFvXETgODaHtB2IaP26Yx1x1i6I="
else
"sha256-fODkyn4tyWL3PUVjXS4d7OW7VnQSL+fPaytvS8iigXg=";
};