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

regenerate all distros, Fri Jul 24 13:00:10 2020

This commit is contained in:
Superflore 2020-07-24 13:00:10 +00:00 committed by Ben Wolsieffer
parent 49af921d1e
commit 76fc0c647b
100 changed files with 986 additions and 302 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.0.2-r1";
version = "1.2.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/foxy/rmw_fastrtps_shared_cpp/1.0.2-1.tar.gz";
name = "1.0.2-1.tar.gz";
sha256 = "2ebfef3dd6b3a1fb25c11778fd2b650d67c3fcd6dfd31e8568e1dcfff37b6bda";
url = "https://github.com/ros2-gbp/rmw_fastrtps-release/archive/release/foxy/rmw_fastrtps_shared_cpp/1.2.0-1.tar.gz";
name = "1.2.0-1.tar.gz";
sha256 = "b7f2c1491048fc74a05d4be7dbf7b6a36e8cd487107696252f09f386d36565a5";
};
buildType = "ament_cmake";