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 Jul 26 13:34:25 2024

This commit is contained in:
Superflore 2024-07-26 13:34:25 +00:00 committed by Ben Wolsieffer
parent a76cac0463
commit 400bfc88fb
2195 changed files with 17872 additions and 7924 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ament-lint-auto, ament-lint-common, cyclonedds, iceoryx-binding-c, rcpputils, rcutils, rmw, rmw-dds-common, rosidl-runtime-c, rosidl-typesupport-introspection-c, rosidl-typesupport-introspection-cpp, tracetools }:
buildRosPackage {
pname = "ros-rolling-rmw-cyclonedds-cpp";
version = "2.3.0-r1";
version = "3.0.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw_cyclonedds-release/archive/release/rolling/rmw_cyclonedds_cpp/2.3.0-1.tar.gz";
name = "2.3.0-1.tar.gz";
sha256 = "eb98c4725375119ea61cd7c2428df06a48eb43dae29c1b6ce4d40fd1780a0dac";
url = "https://github.com/ros2-gbp/rmw_cyclonedds-release/archive/release/rolling/rmw_cyclonedds_cpp/3.0.1-1.tar.gz";
name = "3.0.1-1.tar.gz";
sha256 = "e818bcbbdd642f78d2cb3c3f1a8065b3933887e8bb7ab6fb23d70fb11129f240";
};
buildType = "ament_cmake";