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 Nov 15 13:25:01 2024

This commit is contained in:
Superflore 2024-11-15 13:25:01 +00:00 committed by Ben Wolsieffer
parent 73d002eb26
commit f07f7f9c42
500 changed files with 2379 additions and 1961 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.7-r1";
version = "21.0.8-r1";
src = fetchurl {
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";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/iron/rclcpp_lifecycle/21.0.8-1.tar.gz";
name = "21.0.8-1.tar.gz";
sha256 = "9bca8994219d5fefea73dd5137d7e4c744598a70acc46fe1ef62d695d8c2e358";
};
buildType = "ament_cmake";