1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 13:40:32 +03:00

regenerate all distros, Fri Dec 27 13:14:53 2024

This commit is contained in:
Superflore 2024-12-27 13:14:54 +00:00 committed by Ben Wolsieffer
parent 3f0195fb5d
commit 1dd9d25f62
1172 changed files with 6806 additions and 4584 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-jazzy-rclcpp-lifecycle";
version = "28.1.5-r1";
version = "28.1.6-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/jazzy/rclcpp_lifecycle/28.1.5-1.tar.gz";
name = "28.1.5-1.tar.gz";
sha256 = "b53b5013a6b897b828752ac82445c1b0ab4526af4b3fbf15a2ac7dfee6dfb4ec";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/jazzy/rclcpp_lifecycle/28.1.6-1.tar.gz";
name = "28.1.6-1.tar.gz";
sha256 = "e527dd9a5c24bccf33ce957f47e10fcc28f8cf393456c2707b52df7099dfaca5";
};
buildType = "ament_cmake";