From 9e975d90c5f0af119c2317bfe7d6a9256fbbcd44 Mon Sep 17 00:00:00 2001 From: Jeremy Nimmer Date: Tue, 23 Jan 2024 14:56:35 -0800 Subject: [PATCH] [drake] Upgrade to v1.25.0 --- drake_ros/drake.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drake_ros/drake.bzl b/drake_ros/drake.bzl index 171aaaa7..46eb49c8 100644 --- a/drake_ros/drake.bzl +++ b/drake_ros/drake.bzl @@ -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", )