1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-09 11:54:40 +03:00

regenerate all distros, Fri Jan 19 13:36:48 2024

This commit is contained in:
Superflore 2024-01-19 13:36:49 +00:00 committed by Ben Wolsieffer
parent 1f89e13710
commit 5053bf9d76
5646 changed files with 9235 additions and 7758 deletions

View file

@ -1,16 +1,16 @@
# Copyright 2023 Open Source Robotics Foundation
# Copyright 2024 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ 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-runtime-c, rosidl-typesupport-fastrtps-c, rosidl-typesupport-fastrtps-cpp, rosidl-typesupport-introspection-c, rosidl-typesupport-introspection-cpp, test-msgs }:
buildRosPackage {
pname = "ros-rolling-rmw-fastrtps-dynamic-cpp";
version = "8.0.0-r1";
version = "8.1.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/rolling/rmw_fastrtps_dynamic_cpp/8.0.0-1.tar.gz";
name = "8.0.0-1.tar.gz";
sha256 = "06a7906bf744090ff8b8c1bf69cea010926a5a72b7bb1d5b36d0faf79ea7c3e1";
url = "https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/rolling/rmw_fastrtps_dynamic_cpp/8.1.0-1.tar.gz";
name = "8.1.0-1.tar.gz";
sha256 = "3f8823e0bc00cd7bd850f923d345203b0527789969874f2687306053ab4f0fd0";
};
buildType = "ament_cmake";