1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 06:00:38 +03:00

regenerate all distros, Fri Jul 10 12:58:21 2020

This commit is contained in:
Superflore 2020-07-10 12:58:21 +00:00 committed by Ben Wolsieffer
parent 3c28f55f91
commit f63faa1d47
211 changed files with 1538 additions and 730 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-gmock, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, builtin-interfaces, libstatistics-collector, rcl, rcl-interfaces, rcl-yaml-param-parser, rcpputils, rcutils, rmw, rmw-implementation-cmake, rosgraph-msgs, rosidl-default-generators, rosidl-runtime-cpp, rosidl-typesupport-c, rosidl-typesupport-cpp, statistics-msgs, test-msgs, tracetools }:
buildRosPackage {
pname = "ros-foxy-rclcpp";
version = "2.0.1-r1";
version = "2.0.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/foxy/rclcpp/2.0.1-1.tar.gz";
name = "2.0.1-1.tar.gz";
sha256 = "f162f4566d6f8441eae0db155926bec1537cdfcae58f6cc42a9c15dc81786d60";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/foxy/rclcpp/2.0.2-1.tar.gz";
name = "2.0.2-1.tar.gz";
sha256 = "94fe45b874b56d26b7c6658662ad2ef84147c9a3878ece4ca77089b1ccf36ef8";
};
buildType = "ament_cmake";