mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate all distros, Mon Aug 24 18:45:06 2020
This commit is contained in:
parent
59a5942241
commit
7dc26b028a
686 changed files with 4968 additions and 2436 deletions
|
@ -5,12 +5,12 @@
|
|||
{ lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, lifecycle-msgs, rcl-lifecycle, rclcpp, rmw, rosidl-typesupport-cpp }:
|
||||
buildRosPackage {
|
||||
pname = "ros-foxy-rclcpp-lifecycle";
|
||||
version = "2.0.2-r1";
|
||||
version = "2.1.0-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/foxy/rclcpp_lifecycle/2.0.2-1.tar.gz";
|
||||
name = "2.0.2-1.tar.gz";
|
||||
sha256 = "4f11909f030671a0709f7c84a94978211704343d977e7bad7bb020ab599f181c";
|
||||
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/foxy/rclcpp_lifecycle/2.1.0-1.tar.gz";
|
||||
name = "2.1.0-1.tar.gz";
|
||||
sha256 = "d2a7a93edd9a0073c9371f3d8e16e6d21bfe0b5cd86f43e853a1be278a4386d9";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue