Closed
Description
What happened?
This ends up generating this URL https://github.com/uutils/coreutils/releases/download/0.0.26/coreutils-0.0.23-x86_64-apple-darwin.tar.gz
which is not valid.
Version
Development (host) and target OS/architectures:
Output of bazel --version
:
❯ bazel --version
bazel 7.1.2
Version of the Aspect rules, or other relevant rules from your
WORKSPACE
or MODULE.bazel
file:
bazel_dep(name = "aspect_bazel_lib", version = "2.7.3")
Language(s) and/or frameworks involved: rust, python, js, c++, c
How to reproduce
No response
Any other information?
Seems like the newest release of coreutils dropped x86 MacOS? Not sure if that was on purpose, but I assume that's why this version was left at 0.0.23
, but 0.0.26
is prepended before the name of the file which breaks the URL.