1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 06:00:38 +03:00

regenerate all distros, Fri Dec 11 13:16:21 2020

This commit is contained in:
Superflore 2020-12-11 13:16:21 +00:00 committed by Ben Wolsieffer
parent bfea82289f
commit c7a7bf6826
710 changed files with 5201 additions and 2556 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-ros, ament-lint-auto, ament-lint-common, fastcdr, fastrtps, fastrtps-cmake-module, osrf-testing-tools-cpp, rcpputils, rcutils, rmw, rmw-dds-common }:
buildRosPackage {
pname = "ros-foxy-rmw-fastrtps-shared-cpp";
version = "1.2.3-r1";
version = "1.2.4-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/foxy/rmw_fastrtps_shared_cpp/1.2.3-1.tar.gz";
name = "1.2.3-1.tar.gz";
sha256 = "8502eda9ac05734b877d92d1a1385976d965dd78d4668cc1f749c3ddda12d96f";
url = "https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/foxy/rmw_fastrtps_shared_cpp/1.2.4-1.tar.gz";
name = "1.2.4-1.tar.gz";
sha256 = "15bb1f98973966f50dec63695f17dfd80b047915b3bee0e958462d16d989f3b1";
};
buildType = "ament_cmake";