1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

regenerate all distros, Fri Jul 26 13:34:25 2024

This commit is contained in:
Superflore 2024-07-26 13:34:25 +00:00 committed by Ben Wolsieffer
parent a76cac0463
commit 400bfc88fb
2195 changed files with 17872 additions and 7924 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, lifecycle-msgs, mimick-vendor, performance-test-fixture, rcl, rcl-interfaces, rcl-lifecycle, rclcpp, rcpputils, rcutils, rmw, rosidl-typesupport-cpp, test-msgs }:
buildRosPackage {
pname = "ros-iron-rclcpp-lifecycle";
version = "21.0.6-r1";
version = "21.0.7-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/iron/rclcpp_lifecycle/21.0.6-1.tar.gz";
name = "21.0.6-1.tar.gz";
sha256 = "b4bd6447355d3d997ded92153c01cb13b47089de5ed1a2e9f23721943251410c";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/iron/rclcpp_lifecycle/21.0.7-1.tar.gz";
name = "21.0.7-1.tar.gz";
sha256 = "04a5e786f73e7c1d12fc4f9d614fe2d7d949b365afecfbb367fc9cfb5b79be25";
};
buildType = "ament_cmake";