We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229b03c commit 8b3f2d5Copy full SHA for 8b3f2d5
README.md
@@ -41,7 +41,7 @@ http_archive(
41
name = "rules_python_external",
42
sha256 = "", # Fill in with correct sha256 of your COMMIT_SHA version
43
strip_prefix = "rules_python_external-{version}".format(version = rules_python_external_version),
44
- url = "https://github.com/dillon-giacoppo/rules_python_external/archive/{version}.zip".format(version = rules_python_external_version),
+ url = "https://github.com/dillon-giacoppo/rules_python_external/archive/v{version}.zip".format(version = rules_python_external_version),
45
)
46
47
# Install the rule dependencies
0 commit comments