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-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-dashing-rclcpp-components";
version = "0.7.14-r1";
version = "0.7.15-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/dashing/rclcpp_components/0.7.14-1.tar.gz";
name = "0.7.14-1.tar.gz";
sha256 = "8ddac365e4a66386658ac38f0dbd684b1deda368f6595ef1371980deebfc91f1";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/dashing/rclcpp_components/0.7.15-1.tar.gz";
name = "0.7.15-1.tar.gz";
sha256 = "d3a5a4188734e9fa9760cdcd9cb561560a04025cb4d612b0e83d1a5591505f15";
};
buildType = "ament_cmake";