regenerate all distros, Fri Apr 25 13:38:11 2025

This commit is contained in:
Superflore 2025-04-25 13:38:11 +00:00 committed by Ben Wolsieffer
parent 37c8b514bc
commit 50b5a8d253
916 changed files with 5257 additions and 3680 deletions

View file

@ -2,22 +2,22 @@
# Copyright 2025 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-ros, ament-lint-auto, ament-lint-common, fastcdr, fastdds, osrf-testing-tools-cpp, rcpputils, rcutils, rmw, rmw-dds-common, rmw-security-common, rosidl-dynamic-typesupport, rosidl-runtime-c, rosidl-typesupport-introspection-c, rosidl-typesupport-introspection-cpp, tracetools }:
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gmock, ament-cmake-gtest, ament-cmake-ros-core, ament-lint-auto, ament-lint-common, fastcdr, fastdds, osrf-testing-tools-cpp, rcpputils, rcutils, rmw, rmw-dds-common, rmw-security-common, rosidl-dynamic-typesupport, rosidl-runtime-c, rosidl-typesupport-introspection-c, rosidl-typesupport-introspection-cpp, tracetools }:
buildRosPackage {
pname = "ros-rolling-rmw-fastrtps-shared-cpp";
version = "9.3.1-r1";
version = "9.3.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/rolling/rmw_fastrtps_shared_cpp/9.3.1-1.tar.gz";
name = "9.3.1-1.tar.gz";
sha256 = "5cdb42e94c3ef8c42f181df9ca8d0d23b46d3b85a6cbcbfee392aa34d78d76f6";
url = "https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/rolling/rmw_fastrtps_shared_cpp/9.3.2-1.tar.gz";
name = "9.3.2-1.tar.gz";
sha256 = "9e5e5aff57c64331ae1e1abbfe8de4a38d7154aa9e15501a03d48d834258d639";
};
buildType = "ament_cmake";
buildInputs = [ ament-cmake-ros rosidl-runtime-c ];
checkInputs = [ ament-lint-auto ament-lint-common osrf-testing-tools-cpp ];
buildInputs = [ ament-cmake-ros-core rosidl-runtime-c ];
checkInputs = [ ament-cmake-gmock ament-cmake-gtest ament-lint-auto ament-lint-common osrf-testing-tools-cpp ];
propagatedBuildInputs = [ ament-cmake fastcdr fastdds rcpputils rcutils rmw rmw-dds-common rmw-security-common rosidl-dynamic-typesupport rosidl-typesupport-introspection-c rosidl-typesupport-introspection-cpp tracetools ];
nativeBuildInputs = [ ament-cmake ament-cmake-ros ];
nativeBuildInputs = [ ament-cmake ament-cmake-ros-core ];
meta = {
description = "Code shared on static and dynamic type support of rmw_fastrtps_cpp.";