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 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, action-msgs, actionlib-msgs, ament-cmake, ament-index-python, ament-lint-auto, ament-lint-common, builtin-interfaces, demo-nodes-cpp, diagnostic-msgs, example-interfaces, gazebo-msgs, geometry-msgs, launch, launch-testing, launch-testing-ament-cmake, launch-testing-ros, nav-msgs, pkg-config, python3Packages, rclcpp, rcutils, rmw-implementation-cmake, ros2run, rosidl-cmake, rosidl-parser, sensor-msgs, shape-msgs, std-msgs, std-srvs, stereo-msgs, tf2-msgs, trajectory-msgs, visualization-msgs }:
buildRosPackage {
pname = "ros-dashing-ros1-bridge";
version = "0.7.7-r1";
version = "0.7.8-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros1_bridge-release/archive/release/dashing/ros1_bridge/0.7.7-1.tar.gz";
name = "0.7.7-1.tar.gz";
sha256 = "07e30e58f0f3dd953c090d63558c86ac62a13db932bebc819d4778c7282ea194";
url = "https://github.com/ros2-gbp/ros1_bridge-release/archive/release/dashing/ros1_bridge/0.7.8-1.tar.gz";
name = "0.7.8-1.tar.gz";
sha256 = "1bf73455bfaf0abe37cecabd9e5268823d1ebd7016c8a2ebf68e1b351a59b01d";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, diagnostic-msgs, python-qt-binding, python3Packages, qt-gui, qt-gui-py-common, rclpy, rosidl-default-generators, rqt-gui, rqt-gui-py, rqt-py-common }:
buildRosPackage {
pname = "ros-dashing-rqt-robot-monitor";
version = "1.0.3-r1";
version = "1.0.4-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rqt_robot_monitor-release/archive/release/dashing/rqt_robot_monitor/1.0.3-1.tar.gz";
name = "1.0.3-1.tar.gz";
sha256 = "e050a8492a53309b84068ff84b801937f8b7417111db09137239095328655f6c";
url = "https://github.com/ros2-gbp/rqt_robot_monitor-release/archive/release/dashing/rqt_robot_monitor/1.0.4-1.tar.gz";
name = "1.0.4-1.tar.gz";
sha256 = "8ae77618288295d7243abe9dc829d5fccec2aec919f15a529dc8a2c90bac9983";
};
buildType = "ament_python";

View file

@ -2,20 +2,20 @@
# Copyright 2020 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-auto, ament-cmake-gtest, ament-lint-auto, ament-lint-common, boost, rclcpp, rclcpp-lifecycle, std-msgs }:
{ lib, buildRosPackage, fetchurl, ament-cmake-auto, ament-cmake-gtest, ament-lint-auto, ament-lint-common, boost, rclcpp, std-msgs }:
buildRosPackage {
pname = "ros-dashing-serial-driver";
version = "0.0.5-r1";
version = "0.0.6-r4";
src = fetchurl {
url = "https://github.com/ros-drivers-gbp/transport_drivers-release/archive/release/dashing/serial_driver/0.0.5-1.tar.gz";
name = "0.0.5-1.tar.gz";
sha256 = "dc08840cd29cc804a545fbe4e407ab0a6c89c041b22e8290d637a7758e84ae8f";
url = "https://github.com/ros-drivers-gbp/transport_drivers-release/archive/release/dashing/serial_driver/0.0.6-4.tar.gz";
name = "0.0.6-4.tar.gz";
sha256 = "f07c5fbd76a5da7d4fb36f3d6b834f3430a4cbfa2d9219faceb2be5c29931c8e";
};
buildType = "ament_cmake";
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ boost rclcpp rclcpp-lifecycle std-msgs ];
propagatedBuildInputs = [ boost rclcpp std-msgs ];
nativeBuildInputs = [ ament-cmake-auto ];
meta = {

View file

@ -10,7 +10,7 @@ buildRosPackage {
src = fetchurl {
url = "https://gitlab.com/ros-tracing/ros2_tracing-release/repository/archive.tar.gz?ref=release/dashing/tracetools_launch/0.2.8-1";
name = "archive.tar.gz";
sha256 = "79e8f22eefe5b15423eb3d57822ef407a03b0bd4a9cca40bae1eeeddc7acac4e";
sha256 = "d2001368f6c4949a7512227b12ee7afb3448009bd66547434805a2ef6dc823f5";
};
buildType = "ament_python";

View file

@ -10,7 +10,7 @@ buildRosPackage {
src = fetchurl {
url = "https://gitlab.com/ros-tracing/ros2_tracing-release/repository/archive.tar.gz?ref=release/dashing/tracetools_test/0.2.8-1";
name = "archive.tar.gz";
sha256 = "f1664d011b343bcae3be8cd5e5fbe26f56cdaaf403cef05ca5ce4ce6171e035d";
sha256 = "a9450bbafff2fa4e1f269e4168418831dfad4a8cdca940ea2fc1fd998730acb4";
};
buildType = "ament_cmake";

View file

@ -2,20 +2,20 @@
# Copyright 2020 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, git, libxml2, llvm, openblas, ros-environment }:
{ lib, buildRosPackage, fetchurl, ament-cmake, git, libxml2, openblas, ros-environment }:
buildRosPackage {
pname = "ros-dashing-tvm-vendor";
version = "0.7.0-r1";
version = "0.7.2-r1";
src = fetchurl {
url = "https://github.com/autowarefoundation/tvm_vendor-release/archive/release/dashing/tvm_vendor/0.7.0-1.tar.gz";
name = "0.7.0-1.tar.gz";
sha256 = "92cc7b5ef1c2622398a925f99aeda8d8c6d8ccebc8e3b1adc533920971025eb6";
url = "https://github.com/autowarefoundation/tvm_vendor-release/archive/release/dashing/tvm_vendor/0.7.2-1.tar.gz";
name = "0.7.2-1.tar.gz";
sha256 = "94b8bfc17e0658113e8b139ed96db91564691a4ecf6243e2702c95d61673f1cb";
};
buildType = "catkin";
buildInputs = [ ros-environment ];
propagatedBuildInputs = [ git libxml2 llvm openblas ];
propagatedBuildInputs = [ git libxml2 openblas ];
nativeBuildInputs = [ ament-cmake ];
meta = {

View file

@ -2,20 +2,20 @@
# Copyright 2020 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, boost, rclcpp, rclcpp-lifecycle, std-msgs }:
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, boost, rclcpp, std-msgs }:
buildRosPackage {
pname = "ros-dashing-udp-driver";
version = "0.0.5-r1";
version = "0.0.6-r4";
src = fetchurl {
url = "https://github.com/ros-drivers-gbp/transport_drivers-release/archive/release/dashing/udp_driver/0.0.5-1.tar.gz";
name = "0.0.5-1.tar.gz";
sha256 = "3088da3d61a32e08496698a38c082a3f6c217f2a31db1cdc753f2cdb5601e4f5";
url = "https://github.com/ros-drivers-gbp/transport_drivers-release/archive/release/dashing/udp_driver/0.0.6-4.tar.gz";
name = "0.0.6-4.tar.gz";
sha256 = "3b6988b331a4e2ba16de64c146976ae8516bc69b9e5967c79bbb6df9875826fd";
};
buildType = "ament_cmake";
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ boost rclcpp rclcpp-lifecycle std-msgs ];
propagatedBuildInputs = [ boost rclcpp std-msgs ];
nativeBuildInputs = [ ament-cmake ];
meta = {

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, clang, python3Packages, pythonPackages }:
buildRosPackage {
pname = "ros-eloquent-ament-clang-format";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_clang_format/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "b0bc3f445a8a617e3ba68ae09b55f9fa17ba8dc81ed1b65d05e8879a78ddb9e7";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_clang_format/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "3f516314d4d18026cd149437fc966f16110098c73635d48d4948bf28909040b3";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, clang, python3Packages, pythonPackages }:
buildRosPackage {
pname = "ros-eloquent-ament-clang-tidy";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_clang_tidy/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "88158f652b70ee251bcb789fad5fac81c66169cd9ff5c8b2fe63ca2e0194e708";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_clang_tidy/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "e3ec86100eb1e01021e61ae3521f678a6e6b51457263090610166c3d1e8cab97";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-auto";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_auto/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "0678d629e30e04c7ae8a84b14f689c93ee6f910e9b807efd995edc1161e7786b";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_auto/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "a597969965d59bb6c7e4bfd75c12be387149055c9415559241c6f205c3ff823c";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-clang-format, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-clang-format";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_clang_format/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "531057528aebd670187625f5b6d60718aef6ebb1bfb22233b92b70c5cec9f227";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_clang_format/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "c6fc81892923e5815a0e81a61920cf1f466e7c93e42f524f80a8949274a52dc7";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-clang-tidy, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-clang-tidy";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_clang_tidy/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "22704aaac233a0ff5a036fa548e796b4862e2c71a523ed085a2096fe66c527c4";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_clang_tidy/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "e44ed7b64fa9f7f6ac2e80c1cdc9a34256562f2d50623f5f2d90a6aadf74204c";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-copyright }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-copyright";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_copyright/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "e6b862bcfee3f9038cc9733932b3817f37530f19f6dfff69730347058b1307a5";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_copyright/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "2a3399e11e3ee502bd526375d781dd7ba486af289c36534ad2ae422ca2e9deb7";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-package, cmake, python3Packages }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-core";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_core/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "af4b9911f8be9e5a6334a9354104604d952f41d19ffa41723219ad30721f10de";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_core/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "d92f8cdce3891c280abdc6d5e1ea5e7743858beab7d0a28b59c94234e1f2679c";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-cppcheck }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-cppcheck";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_cppcheck/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "768b3c363bbf202e75d75deef51f09c5ae01c32f0b8843cdfa72c50d886322c0";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_cppcheck/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "de6e63c99d73341258a2c45cd47133829004e032d445f43e84bc1ce86f4068e3";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-cpplint }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-cpplint";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_cpplint/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "fc6fd59449c503299a42f787211160b33b1e7fc2489b86ace126dd8b01869fec";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_cpplint/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "3c6b2a4cb6b27ccb2178a1c6b11e548deee2f3321e51961657875b1115d8eeee";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-export-definitions";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_export_definitions/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "8ffb1ef2de4befe8589fb6ec5a1ae21647a5573483789d649582ea827226fee9";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_export_definitions/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "83fbeab5f34512748d9ebaf480f7dc666b530e2ada2b3bf145991771cbc8111b";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-libraries }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-export-dependencies";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_export_dependencies/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "d1675870ceaf715e1d7f9f20e526f997db01b8b64261161bb4336cf5d56a14be";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_export_dependencies/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "009455c064e65d18010e55cc1c5d9e4d753a3ed976c563632a07190eef0c0465";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-export-include-directories";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_export_include_directories/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "68a5aeef641c22d087944ca0317ca5e2d18be2df519dc5d6e59826e69a7b3834";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_export_include_directories/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "6fed2c2a94e836567da46d467eb54cdd9a88b1cbf247d72062151aeb92042d24";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-export-libraries }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-export-interfaces";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_export_interfaces/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "d60a5b930bb83a2b21818b578c643978792f64b4a51b30014d05eb5fddbc7d76";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_export_interfaces/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "51785f95f079cf487d72f03e2f54f9b699f5e01b3ce5f222491f81bbab1f9492";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-export-libraries";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_export_libraries/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "ffea72d1c1d1e4d03d25c991bf9f09da64c47c119c9fe573443c5a80886af77f";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_export_libraries/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "f27c7d3ea9654ebe9cb3ad3648e1f283d2d6b844e015b5b357a3ad237e5ad82f";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-export-link-flags";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_export_link_flags/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "cdc98206174c244ac90ddec87c2438dd587f0a02426207044f6fe031f7d1c16a";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_export_link_flags/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "0b94e0a81223a7df80a2f8f17d62c6eb201870c8fe8fdf6b444f9981d34707a2";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-flake8 }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-flake8";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_flake8/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "9652a803e8a66b111c4b5ef60b7f044f3990158c7ece644c74cfb455ae160372";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_flake8/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "b734ac41c1c934c03731d622024e5493ada6bce9d417bdf7f74920953b8495ff";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-gtest, ament-cmake-test, gmock, gmock-vendor }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-gmock";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_gmock/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "c08179abee44caec2b086d68c216d21d55e175320b9d674a8f238d9cf7c95d98";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_gmock/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "bd8b773ca9bab776ab921abf7e58d54f10f81639f33cad4fcd187fa0a026da20";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-test, gtest, gtest-vendor }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-gtest";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_gtest/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "fb5deca84e9ca16c331861b84f2c98d91d900927520e7302e6f0154b2150395a";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_gtest/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "a548be82859afbf6286271a13f6913b4c9f38d6f5d9cbe8e7f8fbc15add25a1c";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-include-directories";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_include_directories/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "0db4befe884a608ab5aa816c6e54d00f9ae547e469a88725d00046aa13214f3c";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_include_directories/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "dcec58e173a6c49cf793f79b2ea946c2f2a1475d462242f6b9647baea28d4ef9";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-libraries";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_libraries/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "0b4cb5f0717ce6b6d747eba8716070cf1dfc08870d139fbaedc46ebe729932d5";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_libraries/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "b5871b02a897020f1b754b5ed56009a62f4a52b4c7d474bf781de81f0d240186";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-test, ament-lint-cmake }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-lint-cmake";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_lint_cmake/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "5a6dafdee4790e5acbc6317cbc5b5efa40bfbdd1322ae549ac1c5b913b3ab932";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_lint_cmake/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "0bc396c0513125b2e6139bc69483cfb0a026bf84aecb8940f6eeebffe1a363d8";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-mypy }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-mypy";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_mypy/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "9aa9c67029b14b6a9e3fb0ba90fd65c6d6f32c06094fba1cf7f62007c818666c";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_mypy/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "52980c0c3ddc39d2f9387c55865ff05d791520e678a055fcb48122cff7f0b257";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-test, python3Packages }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-nose";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_nose/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "15946f2d207564c901b3f25447f1c1ce8ac406fd1abcea8b5e8c56dcb1dae131";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_nose/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "608b822e9849843a10fca561bdbcf5ec9cd0e3244a6d640c879dc6438b093d80";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-pclint }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-pclint";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_pclint/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "dc5c805ee611e6993f6ef607f6a2104db027a5d916f8513959ba2174f8c3281c";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_pclint/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "69690d174d32cd66fcf363dc92dba7f14c25fa34c6c1959fa383781be8e56bd6";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-pep257 }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-pep257";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_pep257/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "5729950b87fa71a41d85b6c7d9e64ddeb9fb451b0181f88172c97a2a9e0ae868";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_pep257/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "2c93e6a5085183b08ae05ba16a44fd9cc1f545ed3591b356bc228bc6efda9517";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-pep8 }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-pep8";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_pep8/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "f8cd9b5f684fd87e3ad81ca4cbbab4dbe9119e5d58989a3800a4e27bd5d2449e";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_pep8/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "1ff6999022eccc79c5739c6ea06ebcc7e5f187daeaa961cf5ffe7369fa86d411";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-pyflakes }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-pyflakes";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_pyflakes/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "2deeb627ee5fc13c28be7f57b252fa4c5885a13a1b9dba182ddcbbdbd3b605e0";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_pyflakes/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "d91c41e1028248cbc310521cb200ed484ef7af48556bdac4563e7ac637025534";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-test, pythonPackages }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-pytest";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_pytest/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "f835c1b9be4c911b216efba399a875cc4903ed33b23027342d0d80be69e0bc0c";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_pytest/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "d39ae576f40d34f2893349db3c9270b8000a5ca699e4a2743b478db438b2efb5";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-python";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_python/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "a74ce5bbd89232109975648cec0aadb22ec8b2eceac021a973667817c291b0ef";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_python/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "617544b87322538f1e2ffe575b080f4965d248027a418042662896eb749b6f72";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-include-directories, ament-cmake-libraries }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-target-dependencies";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_target_dependencies/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "4865c334ff52500217beee71a2f9a9d2388f41b7bfc4816a1fd15f2c0c807ab7";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_target_dependencies/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "1ba8e0920cc973818b1ea670708bc74056b5bae0547ec4ce6182c12ac63e919c";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-python }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-test";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_test/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "88cbd976736b112bd9daa26f673e7091cb2b58b15f53d52e2297aa90b8b09581";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_test/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "24b6bb95ebc28f3c6ae2479fb2bc98cf277cba1a2e401f5a912c123d124b6191";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-uncrustify }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-uncrustify";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_uncrustify/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "3a20238ca394476120d103eb0d25b89caa6827f3227eae02563ef451214d9fd8";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_uncrustify/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "b61fc00089e3000b527f9ca550902641206e01a1a841f16b2bede2de5fa64aeb";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-version";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_version/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "99e5a3f00fd997be9b994ef6b4108499a39ccf4bfc2f559c6b1afb9079685549";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake_version/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "bbaebb81b3a8e4a64b93c59bd2ed5d8ca91e3e85179234dfa3cbfe56ff6373a0";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-xmllint }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake-xmllint";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_xmllint/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "ac1d5e6a6517f193b862592fafbee7571630657c21fa928a49e4baa83d6b51d8";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cmake_xmllint/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "3071026711672eb08636c6970d2b7a3d4525677abc97735e4bbf0a25d79e7073";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-export-definitions, ament-cmake-export-dependencies, ament-cmake-export-include-directories, ament-cmake-export-interfaces, ament-cmake-export-libraries, ament-cmake-export-link-flags, ament-cmake-libraries, ament-cmake-python, ament-cmake-target-dependencies, ament-cmake-test, ament-cmake-version, cmake }:
buildRosPackage {
pname = "ros-eloquent-ament-cmake";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "6de9055c99737d3fe44e639ea5373030ceed36f28f28fe0592baa8563fccbede";
url = "https://github.com/ros2-gbp/ament_cmake-release/archive/release/eloquent/ament_cmake/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "9a2851e2d8ed47b2ceb8488bc8008eb714403aa7c2c7d7d11b62adf6f91c0feb";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-flake8, ament-lint, ament-pep257, pythonPackages }:
buildRosPackage {
pname = "ros-eloquent-ament-copyright";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_copyright/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "2ada069308340340f66be0f3ba5d7bb23a8eb4c18994118b1cfd54f9423745f0";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_copyright/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "a87706b7e5271fed53c765bac9a64ebb1b0a5e0fb3d982f0ea0ddf421f40c228";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, cppcheck }:
buildRosPackage {
pname = "ros-eloquent-ament-cppcheck";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cppcheck/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "0a40269cf47562dfbf39c00ab14a53b3de86642b004f08af4a40719cc3563c7d";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cppcheck/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "3fe10e69d2e629f95da2b2b3e297e128c269c410ec50cd68e50a0a9cbbd39cb1";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, pythonPackages }:
buildRosPackage {
pname = "ros-eloquent-ament-cpplint";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cpplint/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "fde5297f766531227461efafd6a44564e6b2069eb03e355f6439f8d53f1b989b";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cpplint/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "659321612e99f52dae04fca2a81aec91dd11362e90087f881fc94d2187c209cf";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-lint, python3Packages }:
buildRosPackage {
pname = "ros-eloquent-ament-flake8";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_flake8/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "156464eb07d6192a72ad0883bb600ca51dee177395961b1d5eabdbb68c2d134a";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_flake8/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "15b2d740c7c0519d5670d0018e134a055d0e1748bf14a4e4fb3aca90b5d2bbf0";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-test }:
buildRosPackage {
pname = "ros-eloquent-ament-lint-auto";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_lint_auto/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "99095a80af5d9c9f5071bf6b5517d42e3a77a5bfa6c973d9fef5c882982ba7df";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_lint_auto/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "b2ef8dc4f3b1c74107d6a3438c8c717b7a3fb19aadd28d6bf4e69cad2ce821bc";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, pythonPackages }:
buildRosPackage {
pname = "ros-eloquent-ament-lint-cmake";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_lint_cmake/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "aaa318c08e1d1571b7af7ca101c2677f36f3f63de5d75f79f126b47712b289d1";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_lint_cmake/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "18f2dec4c7e84cdac229d14a16e932c9d605f7372c6aaa3cd3f5968f02506ac4";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-cppcheck, ament-cmake-cpplint, ament-cmake-export-dependencies, ament-cmake-flake8, ament-cmake-lint-cmake, ament-cmake-pep257, ament-cmake-uncrustify, ament-cmake-xmllint }:
buildRosPackage {
pname = "ros-eloquent-ament-lint-common";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_lint_common/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "8c59754abca214f80f7a6c2e9c66905482a878431d2aaa6545866e90680c8c00";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_lint_common/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "0e878ac25bdaeb6493eb25aca9729c8289d6eb167e56a67c41dbd541ebbd68a9";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, }:
buildRosPackage {
pname = "ros-eloquent-ament-lint";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_lint/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "a818bb4a8d86cd98c7446dfa4f94ead7dc4a6a35a1df818e22d81ff11f3cea98";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_lint/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "e8fca43447c13030da9315d182e28229fcae3ed835a7edc7366aee4b1fb62760";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-flake8, python3Packages, pythonPackages }:
buildRosPackage {
pname = "ros-eloquent-ament-mypy";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_mypy/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "6a379ba1258dc81ffefc30f3997aa488ea3982fe55b41e40570d3e008881d13c";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_mypy/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "6f435a2082ac6cc3dcb78327250a42153526b510ab3d1c163ff9668791688f5b";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, pythonPackages }:
buildRosPackage {
pname = "ros-eloquent-ament-pclint";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_pclint/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "c5d82b6b82753d2d7c74c1c52f4a6382e10e88f085e1b3e4b8833f84a99ff151";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_pclint/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "e7e2fa4f3e6489f5e159d311cc34ed503033e8f0cecbc61c9599c7651d20e7a2";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-flake8, ament-lint, python3Packages, pythonPackages }:
buildRosPackage {
pname = "ros-eloquent-ament-pep257";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_pep257/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "7ae0918f4311d8eedcf671e09896786a0588e649799a75e4e084a0a1c1e59de3";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_pep257/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "acf60aad7eb35a57e18338c951942ecdd9158093a96e992b7938acb6555dc962";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, python3Packages }:
buildRosPackage {
pname = "ros-eloquent-ament-pep8";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_pep8/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "754c4c8c70bc44efae9150c022c67cb502e26d0c4e21d3eca618a2b02da7299b";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_pep8/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "5adb0f79faffdb4d3e6ea64882a022b40580c84ceabb2d7f12d128f5f180cb07";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-pep8, python3Packages, pythonPackages }:
buildRosPackage {
pname = "ros-eloquent-ament-pyflakes";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_pyflakes/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "111c06c36ff6ba0add73958d5bb2f721270e7f1fd31003975982bad4a18d9ad8";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_pyflakes/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "70522e38986ba497bf21c215862a1e1ba6bd7d6adda8ec525cf36c2ac0861e4e";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, uncrustify-vendor }:
buildRosPackage {
pname = "ros-eloquent-ament-uncrustify";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_uncrustify/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "6a2a64fb7a808ba6659b811751fda97be5bceefe0b1953d31318c2f0d9ad270a";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_uncrustify/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "40ea34f03e47b56ced51d84da6e2c8a9a8674fdbcabdbaa215e7941c61b6fa6e";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-lint, ament-pep257, libxml2, pythonPackages }:
buildRosPackage {
pname = "ros-eloquent-ament-xmllint";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_xmllint/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "63306929eeea0f67a9c33d3005c6dea3094f594ade5a3c12fc4b403b17495445";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_xmllint/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "e0f941ad3649083dd40fd1ce9219c13461f6952d455ce90499aafe1e05e72e1c";
};
buildType = "ament_python";

View file

@ -2,19 +2,19 @@
# Copyright 2020 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, action-tutorials-cpp, action-tutorials-interfaces, action-tutorials-py, ament-cmake, angles, composition, demo-nodes-cpp, demo-nodes-cpp-native, demo-nodes-py, depthimage-to-laserscan, dummy-map-server, dummy-robot-bringup, dummy-sensors, examples-rclcpp-minimal-action-client, examples-rclcpp-minimal-action-server, examples-rclcpp-minimal-client, examples-rclcpp-minimal-composition, examples-rclcpp-minimal-publisher, examples-rclcpp-minimal-service, examples-rclcpp-minimal-subscriber, examples-rclcpp-minimal-timer, examples-rclpy-executors, examples-rclpy-minimal-action-client, examples-rclpy-minimal-action-server, examples-rclpy-minimal-client, examples-rclpy-minimal-publisher, examples-rclpy-minimal-service, examples-rclpy-minimal-subscriber, image-tools, intra-process-demo, joy, lifecycle, logging-demo, pcl-conversions, pendulum-control, pendulum-msgs, quality-of-service-demo-cpp, quality-of-service-demo-py, ros-base, rqt-common-plugins, rviz-default-plugins, rviz2, teleop-twist-joy, teleop-twist-keyboard, tlsf, tlsf-cpp, topic-monitor }:
{ lib, buildRosPackage, fetchurl, action-tutorials-cpp, action-tutorials-interfaces, action-tutorials-py, ament-cmake, angles, composition, demo-nodes-cpp, demo-nodes-cpp-native, demo-nodes-py, depthimage-to-laserscan, dummy-map-server, dummy-robot-bringup, dummy-sensors, examples-rclcpp-minimal-action-client, examples-rclcpp-minimal-action-server, examples-rclcpp-minimal-client, examples-rclcpp-minimal-composition, examples-rclcpp-minimal-publisher, examples-rclcpp-minimal-service, examples-rclcpp-minimal-subscriber, examples-rclcpp-minimal-timer, examples-rclpy-executors, examples-rclpy-minimal-action-client, examples-rclpy-minimal-action-server, examples-rclpy-minimal-client, examples-rclpy-minimal-publisher, examples-rclpy-minimal-service, examples-rclpy-minimal-subscriber, image-tools, intra-process-demo, joy, lifecycle, logging-demo, pcl-conversions, pendulum-control, pendulum-msgs, quality-of-service-demo-cpp, quality-of-service-demo-py, ros-base, rqt-common-plugins, rviz-default-plugins, rviz2, teleop-twist-joy, teleop-twist-keyboard, tlsf, tlsf-cpp, topic-monitor, turtlesim }:
buildRosPackage {
pname = "ros-eloquent-desktop";
version = "0.8.4-r1";
version = "0.8.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/variants-release/archive/release/eloquent/desktop/0.8.4-1.tar.gz";
name = "0.8.4-1.tar.gz";
sha256 = "768af74c555ad9610b39e39db0776cf834528d2b4f84499ca69e1b96764ea2e4";
url = "https://github.com/ros2-gbp/variants-release/archive/release/eloquent/desktop/0.8.5-1.tar.gz";
name = "0.8.5-1.tar.gz";
sha256 = "fe499f36519e23a0db970a68b76850722e0dcfed3f79fb2c18b072d35cf4c42d";
};
buildType = "ament_cmake";
propagatedBuildInputs = [ action-tutorials-cpp action-tutorials-interfaces action-tutorials-py angles composition demo-nodes-cpp demo-nodes-cpp-native demo-nodes-py depthimage-to-laserscan dummy-map-server dummy-robot-bringup dummy-sensors examples-rclcpp-minimal-action-client examples-rclcpp-minimal-action-server examples-rclcpp-minimal-client examples-rclcpp-minimal-composition examples-rclcpp-minimal-publisher examples-rclcpp-minimal-service examples-rclcpp-minimal-subscriber examples-rclcpp-minimal-timer examples-rclpy-executors examples-rclpy-minimal-action-client examples-rclpy-minimal-action-server examples-rclpy-minimal-client examples-rclpy-minimal-publisher examples-rclpy-minimal-service examples-rclpy-minimal-subscriber image-tools intra-process-demo joy lifecycle logging-demo pcl-conversions pendulum-control pendulum-msgs quality-of-service-demo-cpp quality-of-service-demo-py ros-base rqt-common-plugins rviz-default-plugins rviz2 teleop-twist-joy teleop-twist-keyboard tlsf tlsf-cpp topic-monitor ];
propagatedBuildInputs = [ action-tutorials-cpp action-tutorials-interfaces action-tutorials-py angles composition demo-nodes-cpp demo-nodes-cpp-native demo-nodes-py depthimage-to-laserscan dummy-map-server dummy-robot-bringup dummy-sensors examples-rclcpp-minimal-action-client examples-rclcpp-minimal-action-server examples-rclcpp-minimal-client examples-rclcpp-minimal-composition examples-rclcpp-minimal-publisher examples-rclcpp-minimal-service examples-rclcpp-minimal-subscriber examples-rclcpp-minimal-timer examples-rclpy-executors examples-rclpy-minimal-action-client examples-rclpy-minimal-action-server examples-rclpy-minimal-client examples-rclpy-minimal-publisher examples-rclpy-minimal-service examples-rclpy-minimal-subscriber image-tools intra-process-demo joy lifecycle logging-demo pcl-conversions pendulum-control pendulum-msgs quality-of-service-demo-cpp quality-of-service-demo-py ros-base rqt-common-plugins rviz-default-plugins rviz2 teleop-twist-joy teleop-twist-keyboard tlsf tlsf-cpp topic-monitor turtlesim ];
nativeBuildInputs = [ ament-cmake ];
meta = {

View file

@ -2,18 +2,19 @@
# Copyright 2020 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, example-interfaces, rclcpp, rclcpp-action }:
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, example-interfaces, rclcpp, rclcpp-action }:
buildRosPackage {
pname = "ros-eloquent-examples-rclcpp-minimal-action-client";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_action_client/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "794436535e19569e199b002a5316c13c9d623af55a88264c2fab02b3dd03a1de";
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_action_client/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "7036ba2d777564eaca2da3483192f5f1465cef33ad8c7f934697bbb416eeef22";
};
buildType = "ament_cmake";
checkInputs = [ ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ example-interfaces rclcpp rclcpp-action ];
nativeBuildInputs = [ ament-cmake ];

View file

@ -2,18 +2,19 @@
# Copyright 2020 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, example-interfaces, rclcpp, rclcpp-action }:
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, example-interfaces, rclcpp, rclcpp-action }:
buildRosPackage {
pname = "ros-eloquent-examples-rclcpp-minimal-action-server";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_action_server/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "8461dba86cb317c3271a3535ac2087177ebfd9251bcd82cbd7ef4fbeb848f827";
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_action_server/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "0b9b2952a0f11e29c1d4c9013adb5793b8f3be0cbb64029429db67492c557fbc";
};
buildType = "ament_cmake";
checkInputs = [ ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ example-interfaces rclcpp rclcpp-action ];
nativeBuildInputs = [ ament-cmake ];

View file

@ -2,18 +2,19 @@
# Copyright 2020 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, example-interfaces, rclcpp }:
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, example-interfaces, rclcpp }:
buildRosPackage {
pname = "ros-eloquent-examples-rclcpp-minimal-client";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_client/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "09b8838bd941d2d8a0861e0072602b555493fd335211c8dba5ed74eac2e61505";
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_client/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "0b7722f46596c90d0b6a6a4c9096edd8569b2d578c7ca1347dca467e7312b012";
};
buildType = "ament_cmake";
checkInputs = [ ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ example-interfaces rclcpp ];
nativeBuildInputs = [ ament-cmake ];

View file

@ -2,18 +2,19 @@
# Copyright 2020 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, rclcpp, rclcpp-components, std-msgs }:
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, rclcpp, rclcpp-components, std-msgs }:
buildRosPackage {
pname = "ros-eloquent-examples-rclcpp-minimal-composition";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_composition/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "211cf1999e6c741b7663b8ba659e4c8bd2cebaacd595bad468436e7c6bd4a0bd";
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_composition/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "435b59bf2559e1d598ecd2d662c8d55a3214ede93014adeea11c0a159c36a9fd";
};
buildType = "ament_cmake";
checkInputs = [ ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ rclcpp rclcpp-components std-msgs ];
nativeBuildInputs = [ ament-cmake ];

View file

@ -2,18 +2,19 @@
# Copyright 2020 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, rclcpp, std-msgs }:
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, rclcpp, std-msgs }:
buildRosPackage {
pname = "ros-eloquent-examples-rclcpp-minimal-publisher";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_publisher/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "44e89bf81e4075cb56c97969abaa8e0df7d5417f26ab68fc3d1d05a930693dba";
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_publisher/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "c168dd35c5a0e255e963a8f0445bb18da9871f1916526949a7bda42c26c028ac";
};
buildType = "ament_cmake";
checkInputs = [ ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ rclcpp std-msgs ];
nativeBuildInputs = [ ament-cmake ];

View file

@ -2,18 +2,19 @@
# Copyright 2020 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, example-interfaces, rclcpp }:
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, example-interfaces, rclcpp }:
buildRosPackage {
pname = "ros-eloquent-examples-rclcpp-minimal-service";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_service/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "cd5e56c9c238d0ce3849f3f34ba657a1d51c014feee2446691212bcc761b3ad7";
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_service/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "72b2afe94d7aed4d23a62a4f161abd7ad33c8534d63d7edea34af510345a4823";
};
buildType = "ament_cmake";
checkInputs = [ ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ example-interfaces rclcpp ];
nativeBuildInputs = [ ament-cmake ];

View file

@ -2,18 +2,19 @@
# Copyright 2020 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, rclcpp, std-msgs }:
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, rclcpp, std-msgs }:
buildRosPackage {
pname = "ros-eloquent-examples-rclcpp-minimal-subscriber";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_subscriber/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "217dfaea165c85d915ea91c1144ca2527822aa6f189856719a8335647a9c1848";
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_subscriber/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "c0395d83299558f5f3dcbbdd133e94ac176c3b46a7860056a328b3cecbb8ce2a";
};
buildType = "ament_cmake";
checkInputs = [ ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ rclcpp std-msgs ];
nativeBuildInputs = [ ament-cmake ];

View file

@ -2,18 +2,19 @@
# Copyright 2020 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, rclcpp }:
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, rclcpp }:
buildRosPackage {
pname = "ros-eloquent-examples-rclcpp-minimal-timer";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_timer/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "6ffda88f8c5524db53fe185813ea50804b655d70af267351c00a7df2ee0dca91";
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_minimal_timer/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "08895e469488a66df13c9bdebe859e7f310f9a3e00c66ec75c9721826d81eb5b";
};
buildType = "ament_cmake";
checkInputs = [ ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ rclcpp ];
nativeBuildInputs = [ ament-cmake ];

View file

@ -2,18 +2,19 @@
# Copyright 2020 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, rclcpp, std-msgs }:
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, rclcpp, std-msgs }:
buildRosPackage {
pname = "ros-eloquent-examples-rclcpp-multithreaded-executor";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_multithreaded_executor/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "b19967200ee0b2d21b6c3d25f1b29c5cd04ab4b15a605d0145e43ac8641c832e";
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclcpp_multithreaded_executor/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "f08e0a05c472af50565ea2796409dc8b1710e79e2a7a9e060b7486489ea48471";
};
buildType = "ament_cmake";
checkInputs = [ ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ rclcpp std-msgs ];
nativeBuildInputs = [ ament-cmake ];

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, pythonPackages, rclpy, std-msgs }:
buildRosPackage {
pname = "ros-eloquent-examples-rclpy-executors";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_executors/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "86db4f103a1d90cfb2d6f426ac0e0a92c1bce9a84d896028e1fb8e29d2f03ff1";
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_executors/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "1f865047946fb1066b4d02fd4aadf9ee5e32f8d76738884037dcac7570626068";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, example-interfaces, pythonPackages, rclpy }:
buildRosPackage {
pname = "ros-eloquent-examples-rclpy-minimal-action-client";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_minimal_action_client/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "1596e03a9d30eb251a3be0934d270d44d9851db155f739f6814f9b1abc5c3c13";
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_minimal_action_client/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "0d761d93f840f05ff22b2b0cb6e62f31cc4723da44645a26de656fa6aa5f4698";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, example-interfaces, pythonPackages, rclpy }:
buildRosPackage {
pname = "ros-eloquent-examples-rclpy-minimal-action-server";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_minimal_action_server/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "f1917e9d2b5521f3123133fca5332041df3fea0d9fb280209ae5d832b925ea99";
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_minimal_action_server/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "1779ee2af670f0712817a089aa396614a5a8ebc27ec9f00f6f0e5758e4629321";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, example-interfaces, pythonPackages, rclpy, std-msgs }:
buildRosPackage {
pname = "ros-eloquent-examples-rclpy-minimal-client";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_minimal_client/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "9bcc01c33dcd0698898bc13f278cae0e0f01f60fc6861958c8904f5fc398ce63";
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_minimal_client/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "55cf481a25527537aaef956de38f3cbc992facfcf4575e606536f62333fe3974";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, pythonPackages, rclpy, std-msgs }:
buildRosPackage {
pname = "ros-eloquent-examples-rclpy-minimal-publisher";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_minimal_publisher/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "d5d950ed979c0b6ad8dca845ce6a153dc29dbc5aef70e8ce295d8efda2e0c586";
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_minimal_publisher/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "ee9ae22c9b7fb3add303c812f29668d4c964d150aab33fa22534ce1a2bb14eb3";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, example-interfaces, pythonPackages, rclpy, std-msgs }:
buildRosPackage {
pname = "ros-eloquent-examples-rclpy-minimal-service";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_minimal_service/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "ade2d850a854e20f0abfb33cd184009c2eb0f4993a326efad1e73b9236159839";
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_minimal_service/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "875dc701f92e531fe8c43bc1c3e36de8527dd82877de6c2588e1dd057eea7e5f";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, pythonPackages, rclpy, std-msgs }:
buildRosPackage {
pname = "ros-eloquent-examples-rclpy-minimal-subscriber";
version = "0.8.2-r1";
version = "0.8.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_minimal_subscriber/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "7c80e188ece7b9ee6912b4933e46805f12c46a827dd5c63a7fdc1c12e01fb30b";
url = "https://github.com/ros2-gbp/examples-release/archive/release/eloquent/examples_rclpy_minimal_subscriber/0.8.3-1.tar.gz";
name = "0.8.3-1.tar.gz";
sha256 = "880a8f8b960d862c3e5db719ef25e05889d37593f6d3bf76786e41c7aa510efc";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, launch-ros, pythonPackages, tf2-ros }:
buildRosPackage {
pname = "ros-eloquent-examples-tf2-py";
version = "0.12.5-r1";
version = "0.12.6-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/geometry2-release/archive/release/eloquent/examples_tf2_py/0.12.5-1.tar.gz";
name = "0.12.5-1.tar.gz";
sha256 = "23a0d1fa54e9dcbadaa1e50b616a3bdd4a3307505b3521cc9e562b59168105dd";
url = "https://github.com/ros2-gbp/geometry2-release/archive/release/eloquent/examples_tf2_py/0.12.6-1.tar.gz";
name = "0.12.6-1.tar.gz";
sha256 = "3dc1c882f07f65f7aea4a76ee4bff47e2a6b5aa0c028b30407e1ce14ab6a6761";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, tf2, tf2-eigen, tf2-geometry-msgs, tf2-kdl, tf2-msgs, tf2-py, tf2-ros, tf2-sensor-msgs }:
buildRosPackage {
pname = "ros-eloquent-geometry2";
version = "0.12.5-r1";
version = "0.12.6-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/geometry2-release/archive/release/eloquent/geometry2/0.12.5-1.tar.gz";
name = "0.12.5-1.tar.gz";
sha256 = "dfbe43f408ef50be35516629b3c0fe581073a5bf211d760144738af0b8e8dd39";
url = "https://github.com/ros2-gbp/geometry2-release/archive/release/eloquent/geometry2/0.12.6-1.tar.gz";
name = "0.12.6-1.tar.gz";
sha256 = "3816386596f9050db22148501822ace18777711a11c7b392c542e896a1e1c530";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-index-python, ament-pep257, composition-interfaces, launch, lifecycle-msgs, osrf-pycommon, python3Packages, pythonPackages, rclpy }:
buildRosPackage {
pname = "ros-eloquent-launch-ros";
version = "0.9.5-r1";
version = "0.9.6-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/launch_ros-release/archive/release/eloquent/launch_ros/0.9.5-1.tar.gz";
name = "0.9.5-1.tar.gz";
sha256 = "073814da64a69d721cdcc88c791f5817cc8917db7112cde84e4959bfc571ba80";
url = "https://github.com/ros2-gbp/launch_ros-release/archive/release/eloquent/launch_ros/0.9.6-1.tar.gz";
name = "0.9.6-1.tar.gz";
sha256 = "37298bba4f256cb65816225ba42c5a4606e9a64d0411a06372a11657b8426ed7";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-copyright, ament-cmake-test, launch-testing, python-cmake-module }:
buildRosPackage {
pname = "ros-eloquent-launch-testing-ament-cmake";
version = "0.9.6-r1";
version = "0.9.7-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/launch-release/archive/release/eloquent/launch_testing_ament_cmake/0.9.6-1.tar.gz";
name = "0.9.6-1.tar.gz";
sha256 = "f7edd15a799b233d2cf518d392e4b4af95c88bc80eeaa6722740095a88110e15";
url = "https://github.com/ros2-gbp/launch-release/archive/release/eloquent/launch_testing_ament_cmake/0.9.7-1.tar.gz";
name = "0.9.7-1.tar.gz";
sha256 = "72a2e22000b06ac4dff7ba227936ce61407ac0061569375542833338074a752e";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, launch-ros, launch-testing, pythonPackages, rclpy, std-msgs }:
buildRosPackage {
pname = "ros-eloquent-launch-testing-ros";
version = "0.9.5-r1";
version = "0.9.6-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/launch_ros-release/archive/release/eloquent/launch_testing_ros/0.9.5-1.tar.gz";
name = "0.9.5-1.tar.gz";
sha256 = "27390efada4f3b0d1d191db1bf3796588baa0773a9be576d3c6cde45c6128f07";
url = "https://github.com/ros2-gbp/launch_ros-release/archive/release/eloquent/launch_testing_ros/0.9.6-1.tar.gz";
name = "0.9.6-1.tar.gz";
sha256 = "ef60fbdb4ffaf1115bcfe96d801710d8ef000b7378959309f2d741147a3327eb";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-index-python, ament-pep257, launch, osrf-pycommon, python3Packages, pythonPackages }:
buildRosPackage {
pname = "ros-eloquent-launch-testing";
version = "0.9.6-r1";
version = "0.9.7-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/launch-release/archive/release/eloquent/launch_testing/0.9.6-1.tar.gz";
name = "0.9.6-1.tar.gz";
sha256 = "2097ad1d4926c5eebd96a4f5abcacfcd3411e6e4db9b323cfe9df2692f5f920e";
url = "https://github.com/ros2-gbp/launch-release/archive/release/eloquent/launch_testing/0.9.7-1.tar.gz";
name = "0.9.7-1.tar.gz";
sha256 = "fc88bb99b4f9b5a80e6e5c36626ef99ea2c1876fbf5dcf53300e32b0b6823c3e";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, launch, pythonPackages }:
buildRosPackage {
pname = "ros-eloquent-launch-xml";
version = "0.9.6-r1";
version = "0.9.7-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/launch-release/archive/release/eloquent/launch_xml/0.9.6-1.tar.gz";
name = "0.9.6-1.tar.gz";
sha256 = "c4dda11423cc023fb4eab4739250f096c3fbb49d84b49e1d6d6980122759cce0";
url = "https://github.com/ros2-gbp/launch-release/archive/release/eloquent/launch_xml/0.9.7-1.tar.gz";
name = "0.9.7-1.tar.gz";
sha256 = "5b27ddcf26d5e9a0e3fbecd356ae8e0805059543f444d4cd6e2a160771b48187";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, launch, pythonPackages }:
buildRosPackage {
pname = "ros-eloquent-launch-yaml";
version = "0.9.6-r1";
version = "0.9.7-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/launch-release/archive/release/eloquent/launch_yaml/0.9.6-1.tar.gz";
name = "0.9.6-1.tar.gz";
sha256 = "63982e82ccacf15ff46d803a45335cea8d3b9fa3f795af3aecbf973b65e77fe4";
url = "https://github.com/ros2-gbp/launch-release/archive/release/eloquent/launch_yaml/0.9.7-1.tar.gz";
name = "0.9.7-1.tar.gz";
sha256 = "260c9eb76c5a6005811e4c103a8fb4ed4899341c4de0e30266586349ad6f4f30";
};
buildType = "ament_python";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-index-python, ament-pep257, osrf-pycommon, python3Packages, pythonPackages }:
buildRosPackage {
pname = "ros-eloquent-launch";
version = "0.9.6-r1";
version = "0.9.7-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/launch-release/archive/release/eloquent/launch/0.9.6-1.tar.gz";
name = "0.9.6-1.tar.gz";
sha256 = "637072755a0ade1b21ae5e9fb440744da9b06c7d1d569e50972052f7e8ba6405";
url = "https://github.com/ros2-gbp/launch-release/archive/release/eloquent/launch/0.9.7-1.tar.gz";
name = "0.9.7-1.tar.gz";
sha256 = "4dff5c404dae9376bddb08f3d1c4aa046a40e16c078ebd1f4a6aa111136b084a";
};
buildType = "ament_python";

View file

@ -10,7 +10,7 @@ buildRosPackage {
src = fetchurl {
url = "https://github.com/ros2-gbp/osrf_testings_tools_cpp-release/archive/release/eloquent/osrf_testing_tools_cpp/1.2.2-1.tar.gz";
name = "1.2.2-1.tar.gz";
sha256 = "974bb61988443982d8760ab83213fe959b679a070f11f50ad93f3e92994ecc64";
sha256 = "3e281da144e292afee15fdcd4b85780ed0ae047129c16bb4c7147856961a3260";
};
buildType = "cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-index-cpp, class-loader, rcutils, tinyxml2-vendor }:
buildRosPackage {
pname = "ros-eloquent-pluginlib";
version = "2.4.1-r1";
version = "2.4.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/pluginlib-release/archive/release/eloquent/pluginlib/2.4.1-1.tar.gz";
name = "2.4.1-1.tar.gz";
sha256 = "c604673d688246c6d5a8ec99d77a4c76d25b15d68b8f1e4a2e281935d154fd49";
url = "https://github.com/ros2-gbp/pluginlib-release/archive/release/eloquent/pluginlib/2.4.2-1.tar.gz";
name = "2.4.2-1.tar.gz";
sha256 = "82c6af8de436074434274c51049d7eb5ff6e534a464d39b4742cda8042f11a54";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, action-msgs, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, osrf-testing-tools-cpp, rcl, rcutils, rmw, rmw-implementation-cmake, rosidl-generator-c, test-msgs }:
buildRosPackage {
pname = "ros-eloquent-rcl-action";
version = "0.8.4-r1";
version = "0.8.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rcl-release/archive/release/eloquent/rcl_action/0.8.4-1.tar.gz";
name = "0.8.4-1.tar.gz";
sha256 = "f3cd6dd84eae5a7a07563d97e98252ddeaead9a82d858fbaf4dae7c0759bc0a8";
url = "https://github.com/ros2-gbp/rcl-release/archive/release/eloquent/rcl_action/0.8.5-1.tar.gz";
name = "0.8.5-1.tar.gz";
sha256 = "5ca05719d770abd0a848a8bcdbdf3fb43c41044c3385c9a4f29b81a455d6d2ce";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, lifecycle-msgs, osrf-testing-tools-cpp, rcl, rcutils, rmw-implementation, rosidl-generator-c }:
buildRosPackage {
pname = "ros-eloquent-rcl-lifecycle";
version = "0.8.4-r1";
version = "0.8.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rcl-release/archive/release/eloquent/rcl_lifecycle/0.8.4-1.tar.gz";
name = "0.8.4-1.tar.gz";
sha256 = "adef015cbd468ac119704aa6b18a155ba43a85a13b69be0253f7ceea1f140290";
url = "https://github.com/ros2-gbp/rcl-release/archive/release/eloquent/rcl_lifecycle/0.8.5-1.tar.gz";
name = "0.8.5-1.tar.gz";
sha256 = "8dc0dfa387fad52cf4a6728792acfc8cb99f64f4a36ad848ed5a0524bea2403f";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, libyaml, libyaml-vendor, osrf-testing-tools-cpp, rcutils }:
buildRosPackage {
pname = "ros-eloquent-rcl-yaml-param-parser";
version = "0.8.4-r1";
version = "0.8.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rcl-release/archive/release/eloquent/rcl_yaml_param_parser/0.8.4-1.tar.gz";
name = "0.8.4-1.tar.gz";
sha256 = "db67177cbc1b228643030e431011c89ada235b40744ae156e0e18d7f320258ef";
url = "https://github.com/ros2-gbp/rcl-release/archive/release/eloquent/rcl_yaml_param_parser/0.8.5-1.tar.gz";
name = "0.8.5-1.tar.gz";
sha256 = "b8d8380d4b85b63139c458eb199f8bb6f5691cf96c49ac0df393ef5fc733965c";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-pytest, ament-cmake-ros, ament-lint-auto, ament-lint-common, launch, launch-testing, launch-testing-ament-cmake, osrf-testing-tools-cpp, rcl-interfaces, rcl-logging-spdlog, rcl-yaml-param-parser, rcpputils, rcutils, rmw, rmw-implementation, rmw-implementation-cmake, rosidl-generator-c, test-msgs, tinydir-vendor, tracetools }:
buildRosPackage {
pname = "ros-eloquent-rcl";
version = "0.8.4-r1";
version = "0.8.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rcl-release/archive/release/eloquent/rcl/0.8.4-1.tar.gz";
name = "0.8.4-1.tar.gz";
sha256 = "c9ccad382d5150db3fb31cd21ff7e618ec1572113e4aaea69b63701bcc67da1e";
url = "https://github.com/ros2-gbp/rcl-release/archive/release/eloquent/rcl/0.8.5-1.tar.gz";
name = "0.8.5-1.tar.gz";
sha256 = "87736049b2eb3e7a3ef0da745deff14a4517a37fb83e5abbbb2a93838fb827b5";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, lifecycle-msgs, rcl, rclc, rclc-lifecycle, std-msgs }:
buildRosPackage {
pname = "ros-eloquent-rclc-examples";
version = "0.1.3-r1";
version = "0.1.4-r1";
src = fetchurl {
url = "https://github.com/micro-ROS/rclc-release/archive/release/eloquent/rclc_examples/0.1.3-1.tar.gz";
name = "0.1.3-1.tar.gz";
sha256 = "6d8d5fb327f848022a11a0a07fcfd7f17db6737b58557d6871d35322bf9bd278";
url = "https://github.com/micro-ROS/rclc-release/archive/release/eloquent/rclc_examples/0.1.4-1.tar.gz";
name = "0.1.4-1.tar.gz";
sha256 = "29261dfa6df331d20bfacfd316f486fb607d7a7741adfd8c8a9c17062a33cb4c";
};
buildType = "ament_cmake";

View file

@ -2,21 +2,21 @@
# 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, lifecycle-msgs, osrf-testing-tools-cpp, rcl-lifecycle, rclc }:
{ lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, lifecycle-msgs, osrf-testing-tools-cpp, rcl-lifecycle, rclc }:
buildRosPackage {
pname = "ros-eloquent-rclc-lifecycle";
version = "0.1.3-r1";
version = "0.1.4-r1";
src = fetchurl {
url = "https://github.com/micro-ROS/rclc-release/archive/release/eloquent/rclc_lifecycle/0.1.3-1.tar.gz";
name = "0.1.3-1.tar.gz";
sha256 = "6e91e204df311c096ced4ae9241b24fd7dd14ce871fc51cd4d662d78343e161e";
url = "https://github.com/micro-ROS/rclc-release/archive/release/eloquent/rclc_lifecycle/0.1.4-1.tar.gz";
name = "0.1.4-1.tar.gz";
sha256 = "2fb3aaee7a903da03a8505a637f8e9cdef2017661407f8386d430c2028d2cdd9";
};
buildType = "ament_cmake";
checkInputs = [ ament-lint-auto ament-lint-common osrf-testing-tools-cpp ];
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common osrf-testing-tools-cpp ];
propagatedBuildInputs = [ lifecycle-msgs rcl-lifecycle rclc ];
nativeBuildInputs = [ ament-cmake ];
nativeBuildInputs = [ ament-cmake-ros ];
meta = {
description = ''rclc lifecycle convenience methods.'';

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-pytest, ament-cmake-ros, ament-lint-auto, ament-lint-common, launch-testing, osrf-testing-tools-cpp, rcl, rcutils, rosidl-generator-c, rosidl-typesupport-c, std-msgs }:
buildRosPackage {
pname = "ros-eloquent-rclc";
version = "0.1.3-r1";
version = "0.1.4-r1";
src = fetchurl {
url = "https://github.com/micro-ROS/rclc-release/archive/release/eloquent/rclc/0.1.3-1.tar.gz";
name = "0.1.3-1.tar.gz";
sha256 = "7111172b8bdfde0cd39411fdfec4163f4dced15a0da8a3230b144cb67d40340f";
url = "https://github.com/micro-ROS/rclc-release/archive/release/eloquent/rclc/0.1.4-1.tar.gz";
name = "0.1.4-1.tar.gz";
sha256 = "c6dafa6048e2b19cdd521e5328564438b8d4031cf8ce9cdf3f0565074a1d6bbc";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, action-msgs, ament-cmake, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, rcl-action, rclcpp, rosidl-generator-c, rosidl-generator-cpp, test-msgs }:
buildRosPackage {
pname = "ros-eloquent-rclcpp-action";
version = "0.8.4-r1";
version = "0.8.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/eloquent/rclcpp_action/0.8.4-1.tar.gz";
name = "0.8.4-1.tar.gz";
sha256 = "3cfa4adde6aa9c3eff9c652de5ec3f2cbbdfed030b22f8df87b84e0302ac8d51";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/eloquent/rclcpp_action/0.8.5-1.tar.gz";
name = "0.8.5-1.tar.gz";
sha256 = "05ab5e2d438f14d2352e0c948348832fe23115486265ead396d5c398efb692d3";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-index-cpp, ament-lint-auto, ament-lint-common, class-loader, composition-interfaces, launch-testing, rclcpp, rcpputils, std-msgs }:
buildRosPackage {
pname = "ros-eloquent-rclcpp-components";
version = "0.8.4-r1";
version = "0.8.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/eloquent/rclcpp_components/0.8.4-1.tar.gz";
name = "0.8.4-1.tar.gz";
sha256 = "289f1b0cac85ca86c01501957217da62ba7c74a38e7fe15ffe44f0e761f997e5";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/eloquent/rclcpp_components/0.8.5-1.tar.gz";
name = "0.8.5-1.tar.gz";
sha256 = "82a296f8465d90ec34aa4801753d8be3c183598cfa9a0473c895eef9230a9f54";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, lifecycle-msgs, rcl-lifecycle, rclcpp, rmw-implementation, rosidl-typesupport-cpp }:
buildRosPackage {
pname = "ros-eloquent-rclcpp-lifecycle";
version = "0.8.4-r1";
version = "0.8.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/eloquent/rclcpp_lifecycle/0.8.4-1.tar.gz";
name = "0.8.4-1.tar.gz";
sha256 = "f046a4c85fbd95ee1922095f1778767c6229791e6960e7260d4b974300a6a644";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/eloquent/rclcpp_lifecycle/0.8.5-1.tar.gz";
name = "0.8.5-1.tar.gz";
sha256 = "538d230932d6373978b7ecf00fc597d5f935e887a63da0ee662f007d0b131c3c";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gmock, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, builtin-interfaces, rcl, rcl-interfaces, rcl-yaml-param-parser, rcpputils, rmw, rmw-implementation, rmw-implementation-cmake, rosgraph-msgs, rosidl-generator-cpp, rosidl-typesupport-c, rosidl-typesupport-cpp, test-msgs, tracetools }:
buildRosPackage {
pname = "ros-eloquent-rclcpp";
version = "0.8.4-r1";
version = "0.8.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/eloquent/rclcpp/0.8.4-1.tar.gz";
name = "0.8.4-1.tar.gz";
sha256 = "e3d2d02a648e2bef5a8d1900febfbb624c30d4a4708e3a7e195da4ef7c93287f";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/eloquent/rclcpp/0.8.5-1.tar.gz";
name = "0.8.5-1.tar.gz";
sha256 = "bb3407595249f3e1e7a708da38fc8501e747594023d6acb254a7d537909fbba1";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-pytest, ament-index-python, ament-lint-auto, ament-lint-common, builtin-interfaces, python-cmake-module, pythonPackages, rcl, rcl-action, rcl-interfaces, rcl-yaml-param-parser, rcutils, rmw-implementation, rmw-implementation-cmake, rosgraph-msgs, rosidl-generator-py, test-msgs, unique-identifier-msgs }:
buildRosPackage {
pname = "ros-eloquent-rclpy";
version = "0.8.4-r1";
version = "0.8.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclpy-release/archive/release/eloquent/rclpy/0.8.4-1.tar.gz";
name = "0.8.4-1.tar.gz";
sha256 = "917d70d094a0ff49fff59f3cac06e76411af5e10241e875a20fd906adb43f899";
url = "https://github.com/ros2-gbp/rclpy-release/archive/release/eloquent/rclpy/0.8.5-1.tar.gz";
name = "0.8.5-1.tar.gz";
sha256 = "dd7e79750901d960b8819c423bd8198855f25b0f5acc12a599c046e281682ffb";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-gmock, ament-cmake-gtest, ament-cmake-pytest, ament-cmake-ros, ament-lint-auto, ament-lint-common, launch, launch-testing, launch-testing-ament-cmake, osrf-testing-tools-cpp, python3Packages }:
buildRosPackage {
pname = "ros-eloquent-rcutils";
version = "0.8.4-r1";
version = "0.8.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rcutils-release/archive/release/eloquent/rcutils/0.8.4-1.tar.gz";
name = "0.8.4-1.tar.gz";
sha256 = "f053d0b5a3004bd4f9d40fa6332b298500dfde9729bdfe41f884d82e3228c4ef";
url = "https://github.com/ros2-gbp/rcutils-release/archive/release/eloquent/rcutils/0.8.5-1.tar.gz";
name = "0.8.5-1.tar.gz";
sha256 = "968fdb5b806bb6e7385e238e98f5003fc8e04666ddfc96f2f0affff4ad1a53ce";
};
buildType = "ament_cmake";

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, connext-cmake-module, rcutils, rmw, rmw-connext-shared-cpp, rosidl-cmake, rosidl-generator-c, rosidl-generator-cpp, rosidl-generator-dds-idl, rosidl-typesupport-connext-c, rosidl-typesupport-connext-cpp }:
buildRosPackage {
pname = "ros-eloquent-rmw-connext-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_cpp/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "43ea91559693ab6d34da112fa2e07641d90dead46ae3cef7c4043c60e8e09084";
url = "https://github.com/ros2-gbp/rmw_connext-release/archive/release/eloquent/rmw_connext_cpp/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "8419a1d7f8c8f818a6f955d90ff35d83a8ccb97c9c5e6f6cca3252f2391480e8";
};
buildType = "ament_cmake";

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.'';

Some files were not shown because too many files have changed in this diff Show more