1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-12 05:16:30 +03:00

regenerate all distros, Fri Oct 4 13:25:33 2024

This commit is contained in:
Superflore 2024-10-04 13:25:33 +00:00 committed by Ben Wolsieffer
parent e311549688
commit 393b154bd3
838 changed files with 4944 additions and 3346 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-index-cpp, moveit-configs-utils, moveit-resources-fanuc-moveit-config, moveit-resources-panda-moveit-config, moveit-setup-framework, pluginlib, rclcpp }:
buildRosPackage {
pname = "ros-rolling-moveit-setup-controllers";
version = "2.10.0-r1";
version = "2.11.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/moveit2-release/archive/release/rolling/moveit_setup_controllers/2.10.0-1.tar.gz";
name = "2.10.0-1.tar.gz";
sha256 = "0c53107b4d51af2d58e0e516c5045768d240ab44a86a61cc2af480d5bc272adb";
url = "https://github.com/ros2-gbp/moveit2-release/archive/release/rolling/moveit_setup_controllers/2.11.0-1.tar.gz";
name = "2.11.0-1.tar.gz";
sha256 = "e240eceea34363e824f398c99ca90b8d90569c47d7b6ab176c07b6c0906c9e95";
};
buildType = "ament_cmake";