We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6994f8f commit efa3900Copy full SHA for efa3900
bison/internal/gnulib/gnulib.bzl
@@ -22,7 +22,7 @@ load(
22
_GNULIB_VERSION = "788db09a9f88abbef73c97e8d7291c40455336d8"
23
_GNULIB_SHA256 = "4350696d531852118f3735a0e2d1091746388392c27d582f0cc241b6a39fe493"
24
25
-_URL_BASE = "github.com/jmillikin/rules_bison/releases/download/v0.1/gnulib-{}.tar.xz".format(_GNULIB_VERSION)
+_URL_BASE = "github.com/jmillikin/rules_bison/releases/download/v0.1/bison-gnulib-{}.tar.xz".format(_GNULIB_VERSION)
26
27
_GNULIB_URLS = [
28
"https://mirror.bazel.build/" + _URL_BASE,
0 commit comments