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-jazzy-rclcpp-components";
version = "28.1.4-r1";
version = "28.1.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/jazzy/rclcpp_components/28.1.4-1.tar.gz";
name = "28.1.4-1.tar.gz";
sha256 = "c43a4f3758799adefc49f46d79bbdb7d248c8fb15539c79cacac48daf9ae1540";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/jazzy/rclcpp_components/28.1.5-1.tar.gz";
name = "28.1.5-1.tar.gz";
sha256 = "2e9702caf5f8ca104f7d0e532ce41d6ca4a762fab4a92ad0696ef2b418567c23";
};
buildType = "ament_cmake";