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 22 13:28:00 2024

This commit is contained in:
Superflore 2024-11-22 13:28:00 +00:00 committed by Ben Wolsieffer
parent 458ca0b17a
commit 45237061be
391 changed files with 1855 additions and 1668 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-rolling-rclcpp-lifecycle";
version = "29.0.0-r1";
version = "29.1.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_lifecycle/29.0.0-1.tar.gz";
name = "29.0.0-1.tar.gz";
sha256 = "bb0416a97a77cd935d0bcd42d5562960b2792b780bf4e83bb79d65c8761d6746";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_lifecycle/29.1.0-1.tar.gz";
name = "29.1.0-1.tar.gz";
sha256 = "6a2404414ea5ab60635541d793aea26ee655ffbfe8148d26dc60797e84d325d6";
};
buildType = "ament_cmake";