regenerate all distros, Tue May 2 16:50:21 2023

This commit is contained in:
Ben Wolsieffer 2023-05-02 16:50:22 -04:00
parent 4817b14e2d
commit fd3628c920
1601 changed files with 10237 additions and 5790 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 = "19.3.0-r1";
version = "21.1.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_components/19.3.0-1.tar.gz";
name = "19.3.0-1.tar.gz";
sha256 = "bb6095b737e8b092ffe0449bcdeeffc82e68dfe697905203bb7643eee81a412c";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_components/21.1.0-1.tar.gz";
name = "21.1.0-1.tar.gz";
sha256 = "b84087855018352f70376aeb101a558342fbf0e91f6360523b792eb94c2b521b";
};
buildType = "ament_cmake";