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, Fri May 28 23:33:17 2021

This commit is contained in:
Superflore 2021-05-28 23:33:17 +00:00 committed by Ben Wolsieffer
parent 2753f77330
commit 74a6b9f676
838 changed files with 16928 additions and 1021 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.15-r1";
version = "0.7.16-r1";
src = fetchurl {
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";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/dashing/rclcpp_components/0.7.16-1.tar.gz";
name = "0.7.16-1.tar.gz";
sha256 = "883fdeb38ae0d9618b3be9309f0d9760ea5ccee4957d9c3d255855e9d47a9d80";
};
buildType = "ament_cmake";