Skip to content

Commit aa2c55c

Browse files
committed
DNM Use Drake PR
1 parent 97f3d03 commit aa2c55c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drake_bazel_external/MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bazel_dep(name = "rules_python", version = "0.40.0")
1212
bazel_dep(name = "drake")
1313

1414
# By default, this example always uses the latest Drake master branch.
15-
DRAKE_COMMIT = "master"
15+
DRAKE_COMMIT = "bzlmod-extension"
1616
DRAKE_CHECKSUM = ""
1717

1818
# You can choose a specific revision of Drake to use, e.g.:
@@ -32,7 +32,7 @@ DRAKE_CHECKSUM = ""
3232
archive_override(
3333
module_name = "drake",
3434
urls = [x.format(DRAKE_COMMIT) for x in [
35-
"https://github.com/RobotLocomotion/drake/archive/{}.tar.gz",
35+
"https://github.com/jwnimmer-tri/drake/archive/{}.tar.gz",
3636
]],
3737
sha256 = DRAKE_CHECKSUM,
3838
strip_prefix = "drake-{}".format(DRAKE_COMMIT.lstrip("v")),

0 commit comments

Comments
 (0)