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 Mar 27 18:49:02 2020

This commit is contained in:
Ben Wolsieffer 2020-03-27 18:49:02 -04:00
parent 3124abeee9
commit 98cab6dc22
35 changed files with 190 additions and 101 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-eloquent-rclcpp-cascade-lifecycle";
version = "0.0.3-r2";
version = "0.0.5-r1";
src = fetchurl {
url = "https://github.com/fmrico/cascade_lifecycle-release/archive/release/eloquent/rclcpp_cascade_lifecycle/0.0.3-2.tar.gz";
name = "0.0.3-2.tar.gz";
sha256 = "69260458578e8217c4989623a436ea086ea688735cd863fa89a95e94b33cceeb";
url = "https://github.com/fmrico/cascade_lifecycle-release/archive/release/eloquent/rclcpp_cascade_lifecycle/0.0.5-1.tar.gz";
name = "0.0.5-1.tar.gz";
sha256 = "be8b88406ea98548f7931a0f2c7519ca5aab9465440bda3eeeb347416d174bfd";
};
buildType = "ament_cmake";