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 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

@ -2,22 +2,22 @@
# Copyright 2020 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, connext-cmake-module, rcpputils, rcutils, rmw, rosidl-cmake }:
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-ros, ament-lint-auto, ament-lint-common, connext-cmake-module, rcpputils, rcutils, rmw, rosidl-cmake }:
buildRosPackage {
pname = "ros-eloquent-rmw-connext-shared-cpp";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rmw_connext-release/archive/release/eloquent/rmw_connext_shared_cpp/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "03fd291490115758f5fbf8f55d8d8af7cd99cd3ce3ee4bc5fe7f11faf4fd5ecd";
url = "https://github.com/ros2-gbp/rmw_connext-release/archive/release/eloquent/rmw_connext_shared_cpp/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "d493cc9fb97ff0e1ae48df2bbe4a03544e8fa14e4dec2239caf5bf58cb9dfa37";
};
buildType = "ament_cmake";
buildInputs = [ rcpputils rcutils rmw ];
checkInputs = [ ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ ament-cmake connext-cmake-module ];
nativeBuildInputs = [ ament-cmake rosidl-cmake ];
nativeBuildInputs = [ ament-cmake-ros rosidl-cmake ];
meta = {
description = ''C++ types and functions shared by the ROS middleware interface to RTI Connext Static and RTI Connext Dynamic.'';