Skip to content

Commit

Permalink
DNM Use Drake PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Jan 7, 2025
1 parent 84caf4a commit 751556e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drake_bazel_external/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bazel_dep(name = "rules_python", version = "0.40.0")
bazel_dep(name = "drake")

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

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

0 comments on commit 751556e

Please sign in to comment.