mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate all distros, Fri Sep 8 13:49:36 2023
This commit is contained in:
parent
0c68b03e1f
commit
d8cea8b151
227 changed files with 1234 additions and 875 deletions
|
@ -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.4.0-r1";
|
||||
version = "7.5.0-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/rolling/rmw_fastrtps_cpp/7.4.0-1.tar.gz";
|
||||
name = "7.4.0-1.tar.gz";
|
||||
sha256 = "feea4ee29d5c838a1eb2b6810d2d394cbbbe125de6c1b7e038b8fdd5fb0655c0";
|
||||
url = "https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/rolling/rmw_fastrtps_cpp/7.5.0-1.tar.gz";
|
||||
name = "7.5.0-1.tar.gz";
|
||||
sha256 = "c06e9ebf9e559d87e7688d2c0095ffaf4a592f78dfe0681ef2c83e4ab635bc31";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue