mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-19 16:40:36 +03:00
regenerate all distros, Fri Dec 13 20:20:25 2019
This commit is contained in:
parent
690eaf731e
commit
7bbd6df901
74 changed files with 269 additions and 271 deletions
|
@ -2,19 +2,19 @@
|
|||
# Copyright 2019 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, rcutils, rmw, rosidl-cmake }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, connext-cmake-module, rcpputils, rcutils, rmw, rosidl-cmake }:
|
||||
buildRosPackage {
|
||||
pname = "ros-dashing-rmw-connext-shared-cpp";
|
||||
version = "0.7.3-r1";
|
||||
version = "0.7.4-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/rmw_connext-release/archive/release/dashing/rmw_connext_shared_cpp/0.7.3-1.tar.gz";
|
||||
name = "0.7.3-1.tar.gz";
|
||||
sha256 = "f29e918f46e28debc3f7f0648c7698a53d9a912cc7450274f6d511195f84e3e0";
|
||||
url = "https://github.com/ros2-gbp/rmw_connext-release/archive/release/dashing/rmw_connext_shared_cpp/0.7.4-1.tar.gz";
|
||||
name = "0.7.4-1.tar.gz";
|
||||
sha256 = "1ac2c7c9d13c2db20015463c8c9ba90bb1020028bf383a2fc6151520dc7f628b";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ rcutils rmw ];
|
||||
buildInputs = [ rcpputils rcutils rmw ];
|
||||
checkInputs = [ ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ament-cmake connext-cmake-module ];
|
||||
nativeBuildInputs = [ ament-cmake rosidl-cmake ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue