regenerate all distros, Fri Apr 25 13:38:11 2025

This commit is contained in:
Superflore 2025-04-25 13:38:11 +00:00 committed by Ben Wolsieffer
parent 37c8b514bc
commit 50b5a8d253
916 changed files with 5257 additions and 3680 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-google-benchmark, ament-cmake-gtest, ament-cmake-ros, ament-index-cpp, ament-lint-auto, ament-lint-common, class-loader, composition-interfaces, launch-testing, rclcpp, rcpputils, std-msgs }:
buildRosPackage {
pname = "ros-rolling-rclcpp-components";
version = "29.4.0-r1";
version = "29.5.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_components/29.4.0-1.tar.gz";
name = "29.4.0-1.tar.gz";
sha256 = "4c5ff66d5e02fa3f28d4b3a39eccbc96ac5e1e9bb9a1bf85bad52efe11c30851";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_components/29.5.0-1.tar.gz";
name = "29.5.0-1.tar.gz";
sha256 = "47b99f9891ef6973c5ad9802204d222c3336007cbe6720fbc0b8e1a558eab8b2";
};
buildType = "ament_cmake";