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, Wed Nov 25 19:56:03 2020

This commit is contained in:
Ben Wolsieffer 2020-11-25 19:56:04 -05:00
parent beeffee946
commit 2ee89b1abd
594 changed files with 3757 additions and 2190 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gmock, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, builtin-interfaces, rcl, rcl-interfaces, rcl-yaml-param-parser, rmw, rmw-implementation, rmw-implementation-cmake, rosgraph-msgs, rosidl-generator-cpp, rosidl-typesupport-c, rosidl-typesupport-cpp, test-msgs }:
buildRosPackage {
pname = "ros-dashing-rclcpp";
version = "0.7.14-r1";
version = "0.7.15-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/dashing/rclcpp/0.7.14-1.tar.gz";
name = "0.7.14-1.tar.gz";
sha256 = "ae0aad3c279b677b374f687f56258dd07fbed22d3ee2456a6c052cb9ae409328";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/dashing/rclcpp/0.7.15-1.tar.gz";
name = "0.7.15-1.tar.gz";
sha256 = "4367dbc022a95d604e38d1e293afecc8457b47db89a343c6e8b114b18edaf332";
};
buildType = "ament_cmake";