mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-13 21:50:38 +03:00
regenerate all distros, Fri Feb 10 13:32:22 2023
This commit is contained in:
parent
b79845c4ed
commit
713bae5fa1
321 changed files with 2750 additions and 1155 deletions
|
@ -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 = "18.0.0-r1";
|
||||
version = "19.0.0-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_lifecycle/18.0.0-1.tar.gz";
|
||||
name = "18.0.0-1.tar.gz";
|
||||
sha256 = "0ba7955fef1252b364d198c3a4b41d4072d98eca60143ed17b867455e1f77f58";
|
||||
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_lifecycle/19.0.0-1.tar.gz";
|
||||
name = "19.0.0-1.tar.gz";
|
||||
sha256 = "47b1869b1902aba5fb5ce0b9979259d4724eb879ce50d28cb67dffb30445a63e";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue