regenerate all distros, Fri Aug 18 18:31:53 2023

This commit is contained in:
Superflore 2023-08-18 18:31:53 +00:00 committed by Ben Wolsieffer
parent 278cbda082
commit 6b356744c7
70 changed files with 320 additions and 270 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gmock, ament-cmake-python, ament-index-cpp, backward-ros, controller-interface, controller-manager-msgs, hardware-interface, launch, launch-ros, pluginlib, rclcpp, rcpputils, realtime-tools, ros2-control-test-assets, ros2param, ros2run }:
buildRosPackage {
pname = "ros-humble-controller-manager";
version = "2.29.0-r1";
version = "2.30.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/humble/controller_manager/2.29.0-1.tar.gz";
name = "2.29.0-1.tar.gz";
sha256 = "38b518c320acc6854fdb423f4a70adf87125c3d1d0e603d5b28aff50fc673433";
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/humble/controller_manager/2.30.0-1.tar.gz";
name = "2.30.0-1.tar.gz";
sha256 = "053072d4d77d1fd5d00d817eaa7f9c98b902f7d3c27b7f97e7a2dd81181ae56c";
};
buildType = "ament_cmake";