1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 13:40:32 +03:00

regenerate all distros, Fri Oct 23 13:30:31 2020

This commit is contained in:
Superflore 2020-10-23 13:30:31 +00:00 committed by Ben Wolsieffer
parent 610176ee38
commit e275dce414
823 changed files with 8873 additions and 2406 deletions

View file

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