mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-11 18:24:50 +03:00
regenerate all distros, Fri Feb 2 13:15:52 2024
This commit is contained in:
parent
5053bf9d76
commit
28f3a7e900
648 changed files with 3811 additions and 2432 deletions
|
@ -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, std-msgs }:
|
||||
buildRosPackage {
|
||||
pname = "ros-humble-controller-manager";
|
||||
version = "2.36.1-r1";
|
||||
version = "2.38.0-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/humble/controller_manager/2.36.1-1.tar.gz";
|
||||
name = "2.36.1-1.tar.gz";
|
||||
sha256 = "1088837cb87b8986a216693c5c4c3cc3590a86d9ba709d05485bbef9218e6f79";
|
||||
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/humble/controller_manager/2.38.0-1.tar.gz";
|
||||
name = "2.38.0-1.tar.gz";
|
||||
sha256 = "6320bec766f514318d5bf940956ae192880b43da95bd6499b65095b9d3a866cb";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue