1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 13:40:32 +03:00

regenerate all distros, Fri Dec 27 13:14:53 2024

This commit is contained in:
Superflore 2024-12-27 13:14:54 +00:00 committed by Ben Wolsieffer
parent 3f0195fb5d
commit 1dd9d25f62
1172 changed files with 6806 additions and 4584 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.11.0-r1";
version = "2.12.0-r1";
src = fetchurl {
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";
url = "https://github.com/ros2-gbp/moveit2-release/archive/release/rolling/moveit_setup_controllers/2.12.0-1.tar.gz";
name = "2.12.0-1.tar.gz";
sha256 = "dd164cccb417169daac6cb037bf99d322536656a348f1299efb74b404840f192";
};
buildType = "ament_cmake";