regenerate all distros, Fri Feb 9 13:42:10 2024

This commit is contained in:
Superflore 2024-02-09 13:42:10 +00:00 committed by Ben Wolsieffer
parent c8afb864b6
commit 9f53d85d2a
319 changed files with 1525 additions and 1272 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 = "26.0.0-r1";
version = "27.0.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_components/26.0.0-1.tar.gz";
name = "26.0.0-1.tar.gz";
sha256 = "33c7e9f520fb448f7971c427ba33cc2923120fcd2d01d76c8d377e04659fe642";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_components/27.0.0-1.tar.gz";
name = "27.0.0-1.tar.gz";
sha256 = "3b5adb1d97210210c20865f52d678b95debb92a483c7081eaa90378b277f1fb8";
};
buildType = "ament_cmake";