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 Feb 10 13:32:22 2023

This commit is contained in:
Superflore 2023-02-10 13:32:23 +00:00 committed by Ben Wolsieffer
parent b79845c4ed
commit 713bae5fa1
321 changed files with 2750 additions and 1155 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, cascade-lifecycle-msgs, lifecycle-msgs, rclcpp, rclcpp-lifecycle }:
buildRosPackage {
pname = "ros-rolling-rclcpp-cascade-lifecycle";
version = "1.0.3-r1";
version = "1.0.3-r2";
src = fetchurl {
url = "https://github.com/ros2-gbp/cascade_lifecycle-release/archive/release/rolling/rclcpp_cascade_lifecycle/1.0.3-1.tar.gz";
name = "1.0.3-1.tar.gz";
sha256 = "97eff7bf149616dd9d0f0563a1e265b381ff990cf683001d7203aef420fb7e48";
url = "https://github.com/ros2-gbp/cascade_lifecycle-release/archive/release/rolling/rclcpp_cascade_lifecycle/1.0.3-2.tar.gz";
name = "1.0.3-2.tar.gz";
sha256 = "28731034fa247f8f76d854d4711dde18e9560b7a8fe30d1057d5fe2a6cdd1351";
};
buildType = "ament_cmake";