regenerate all distros, Fri Oct 4 13:25:33 2024

This commit is contained in:
Superflore 2024-10-04 13:25:33 +00:00 committed by Ben Wolsieffer
parent e311549688
commit 393b154bd3
838 changed files with 4944 additions and 3346 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, action-msgs, ament-cmake, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, mimick-vendor, performance-test-fixture, rcl, rcl-action, rclcpp, rcpputils, rosidl-runtime-c, test-msgs }:
buildRosPackage {
pname = "ros-rolling-rclcpp-action";
version = "28.3.3-r1";
version = "29.0.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_action/28.3.3-1.tar.gz";
name = "28.3.3-1.tar.gz";
sha256 = "65a575e8e4abfdf6cb283729e58d63bf544eceebb252bc961073d600701c5f46";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_action/29.0.0-1.tar.gz";
name = "29.0.0-1.tar.gz";
sha256 = "69858a3d0c0476da9e6c1c2c9d5e289bad18cb15bb1f4ed556c639337e209528";
};
buildType = "ament_cmake";