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 Nov 24 13:11:26 2023

This commit is contained in:
Superflore 2023-11-24 13:11:26 +00:00 committed by Ben Wolsieffer
parent 7a1f3e4578
commit 42cae93f39
733 changed files with 4572 additions and 2650 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-dynamic-typesupport, rosidl-runtime-c, rosidl-runtime-cpp, rosidl-typesupport-fastrtps-c, rosidl-typesupport-fastrtps-cpp, test-msgs, tracetools }:
buildRosPackage {
pname = "ros-rolling-rmw-fastrtps-cpp";
version = "7.6.0-r1";
version = "8.0.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/rolling/rmw_fastrtps_cpp/7.6.0-1.tar.gz";
name = "7.6.0-1.tar.gz";
sha256 = "2caa7db4c8874819aa494d3e87168caf862b19d8f6c02412e1e4946085806029";
url = "https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/rolling/rmw_fastrtps_cpp/8.0.0-1.tar.gz";
name = "8.0.0-1.tar.gz";
sha256 = "3dc14a772fc118d8c2f7239fe08562435e59f03331cfd03abac947cdfce8bb6e";
};
buildType = "ament_cmake";