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

regenerate all distros, Fri Oct 6 13:48:50 2023

This commit is contained in:
Superflore 2023-10-06 13:48:50 +00:00 committed by Ben Wolsieffer
parent d37d5a670a
commit e3eba7bb67
365 changed files with 1590 additions and 1482 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 = "23.0.0-r1";
version = "23.1.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_lifecycle/23.0.0-1.tar.gz";
name = "23.0.0-1.tar.gz";
sha256 = "507d251cc13b5da1a1f0d41745ba9c56872f0100e4d07ec491d88bd703296477";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_lifecycle/23.1.0-1.tar.gz";
name = "23.1.0-1.tar.gz";
sha256 = "e432a0cea91bf0bb08018456fcd3231cac59f0cf5e4885ab875e93944a67afe7";
};
buildType = "ament_cmake";