From 71e59fe4c2f4f8fcd4cb7cdd43a8efe352df2e56 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 16 Sep 2025 12:30:34 +0500 Subject: [PATCH] build-all.py - remove 'rel-' from swig tags As they were used by the older versions and no longer provided after 4.1.0, see https://github.com/swig/swig/tags --- nix/build-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index cf24f17e73..d2e209325a 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -740,7 +740,7 @@ if "swig" in targets: download_url="https://github.com/swig/swig.git", download_name="swig", download_tool=download_tool_git, - revision=f"rel-{SWIG_VERSION}", + revision=f"v{SWIG_VERSION}", ) if "freetype" in targets: