Skip to content

Commit

Permalink
[drake] Upgrade to v1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri authored and IanTheEngineer committed Jan 24, 2024
1 parent 69743c5 commit 9e975d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drake_ros/drake.bzl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DRAKE_SUGGESTED_VERSION = struct(
url = "https://github.com/RobotLocomotion/drake/archive/refs/tags/v1.24.0.tar.gz", # noqa
sha256 = "35874238af2c0305525a6f32c28692e3fdbed0581055b0b491669f7534cf6cae", # noqa,
strip_prefix = "drake-1.24.0",
url = "https://github.com/RobotLocomotion/drake/archive/refs/tags/v1.25.0.tar.gz", # noqa
sha256 = "ebebd812c4f3644cf2fefbbf72835060cbd26e8896a0959ad0fcd2f3428a0547", # noqa,
strip_prefix = "drake-1.25.0",
)

0 comments on commit 9e975d9

Please sign in to comment.