regenerate all distros, Fri Apr 4 13:36:01 2025

This commit is contained in:
Superflore 2025-04-04 13:36:01 +00:00 committed by Ben Wolsieffer
parent 308d6c5990
commit 2985461e1c
717 changed files with 3524 additions and 2853 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-jazzy-rclcpp-action";
version = "28.1.6-r1";
version = "28.1.8-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/jazzy/rclcpp_action/28.1.6-1.tar.gz";
name = "28.1.6-1.tar.gz";
sha256 = "6947ba36be86eab22166a2e1540759733fe536535c5e9b5453da69544a7a3c50";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/jazzy/rclcpp_action/28.1.8-1.tar.gz";
name = "28.1.8-1.tar.gz";
sha256 = "21cb028dbe748156c8c828b0b4253c1389432e32b9e7e21c6a64d79ba88f0fb0";
};
buildType = "ament_cmake";