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 97f3d03 commit aa2c55cCopy full SHA for aa2c55c
drake_bazel_external/MODULE.bazel
@@ -12,7 +12,7 @@ bazel_dep(name = "rules_python", version = "0.40.0")
12
bazel_dep(name = "drake")
13
14
# By default, this example always uses the latest Drake master branch.
15
-DRAKE_COMMIT = "master"
+DRAKE_COMMIT = "bzlmod-extension"
16
DRAKE_CHECKSUM = ""
17
18
# You can choose a specific revision of Drake to use, e.g.:
@@ -32,7 +32,7 @@ DRAKE_CHECKSUM = ""
32
archive_override(
33
module_name = "drake",
34
urls = [x.format(DRAKE_COMMIT) for x in [
35
- "https://github.com/RobotLocomotion/drake/archive/{}.tar.gz",
+ "https://github.com/jwnimmer-tri/drake/archive/{}.tar.gz",
36
]],
37
sha256 = DRAKE_CHECKSUM,
38
strip_prefix = "drake-{}".format(DRAKE_COMMIT.lstrip("v")),
0 commit comments