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, 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 = "28.3.3-r1";
version = "29.0.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_components/28.3.3-1.tar.gz";
name = "28.3.3-1.tar.gz";
sha256 = "af6b0fdf2fbc53b575970ab949501cb0eb3a4ad85059b38dd7851e73e806f769";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_components/29.0.0-1.tar.gz";
name = "29.0.0-1.tar.gz";
sha256 = "f42b8b197fc67b482645319d949fa1cc1185f7b8f41a6e3b9ab1335500a7dfe8";
};
buildType = "ament_cmake";