regenerate all distros, Fri Nov 13 13:08:13 2020

This commit is contained in:
Superflore 2020-11-13 13:08:14 +00:00 committed by Ben Wolsieffer
parent 1f2193c944
commit 48ab70e185
306 changed files with 3499 additions and 850 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, fastcdr, fastrtps, fastrtps-cmake-module, osrf-testing-tools-cpp, rcpputils, rcutils, rmw, rmw-dds-common, rmw-fastrtps-shared-cpp, rosidl-runtime-c, rosidl-typesupport-fastrtps-c, rosidl-typesupport-fastrtps-cpp, rosidl-typesupport-introspection-c, rosidl-typesupport-introspection-cpp, test-msgs }:
buildRosPackage {
pname = "ros-foxy-rmw-fastrtps-dynamic-cpp";
version = "1.2.2-r1";
version = "1.2.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/foxy/rmw_fastrtps_dynamic_cpp/1.2.2-1.tar.gz";
name = "1.2.2-1.tar.gz";
sha256 = "0c941172952bc660abb5d70f6488cf16118146559a80eba0d24492d5e987d945";
url = "https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/foxy/rmw_fastrtps_dynamic_cpp/1.2.3-1.tar.gz";
name = "1.2.3-1.tar.gz";
sha256 = "58eee77968cffb80a3c8513be721aa5722d92c10541537dc4661c07185a8caee";
};
buildType = "ament_cmake";