1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-06-24 15:59:54 +03:00

regenerate ros-dashing, Mon Sep 9 14:55:58 2019

This commit is contained in:
Ben Wolsieffer 2019-09-09 14:55:58 -04:00
parent 44f714413c
commit a927710b94
70 changed files with 796 additions and 208 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, rcpputils, ament-lint-common, launch-testing, class-loader, composition-interfaces, ament-cmake-gtest, rclcpp, ament-index-cpp, ament-cmake-ros, std-msgs, ament-lint-auto }:
buildRosPackage {
pname = "ros-dashing-rclcpp-components";
version = "0.7.7-r1";
version = "0.7.8-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/dashing/rclcpp_components/0.7.7-1.tar.gz";
name = "0.7.7-1.tar.gz";
sha256 = "3db2ebc17e990c2cf4b09428b47c31fa095c2c02d7e255cfdab44ea0b26151b5";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/dashing/rclcpp_components/0.7.8-1.tar.gz";
name = "0.7.8-1.tar.gz";
sha256 = "58c4ce95e212f446076f36934915a8afbb65f1e4204759090be2e63c156bc44e";
};
buildType = "ament_cmake";