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 Aug 25 13:31:58 2023

This commit is contained in:
Superflore 2023-08-25 13:31:58 +00:00 committed by Ben Wolsieffer
parent e8ff928334
commit 4c0baef357
346 changed files with 1695 additions and 1366 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 = "1.8.0-r1";
version = "1.9.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw_cyclonedds-release/archive/release/rolling/rmw_cyclonedds_cpp/1.8.0-1.tar.gz";
name = "1.8.0-1.tar.gz";
sha256 = "2f764aad2194dc895f6508ca652435445d59f764e82722ae7c408ddbadc7c523";
url = "https://github.com/ros2-gbp/rmw_cyclonedds-release/archive/release/rolling/rmw_cyclonedds_cpp/1.9.0-1.tar.gz";
name = "1.9.0-1.tar.gz";
sha256 = "24960d59dba72d794872b19bcd2bdbc0f9c9e0d5da864b4fb4050aae8e5f34b1";
};
buildType = "ament_cmake";