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 29 13:44:25 2024

This commit is contained in:
Superflore 2024-11-29 13:44:25 +00:00 committed by Ben Wolsieffer
parent 5676523245
commit f08ed457d9
351 changed files with 2292 additions and 1303 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 = "3.0.3-r1";
version = "3.1.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw_cyclonedds-release/archive/release/rolling/rmw_cyclonedds_cpp/3.0.3-1.tar.gz";
name = "3.0.3-1.tar.gz";
sha256 = "a172440e806d9bd9878cbdcfa982fa173f4edf4580ec51623fb059972d6cb263";
url = "https://github.com/ros2-gbp/rmw_cyclonedds-release/archive/release/rolling/rmw_cyclonedds_cpp/3.1.0-1.tar.gz";
name = "3.1.0-1.tar.gz";
sha256 = "1e76f174d31b6cdc063d6b7a65ff9cb1b8c750a936eb4a076657081bbdabdcc8";
};
buildType = "ament_cmake";