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, control-msgs, moveit-common, moveit-core, pluginlib, rclcpp, rclcpp-action }:
buildRosPackage {
pname = "ros-rolling-moveit-simple-controller-manager";
version = "2.11.0-r1";
version = "2.12.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/moveit2-release/archive/release/rolling/moveit_simple_controller_manager/2.11.0-1.tar.gz";
name = "2.11.0-1.tar.gz";
sha256 = "11481eaa9bdc35f0bca1a4bc2507e9bee1b8ab5165dd47757b76695e1f8ab38e";
url = "https://github.com/ros2-gbp/moveit2-release/archive/release/rolling/moveit_simple_controller_manager/2.12.0-1.tar.gz";
name = "2.12.0-1.tar.gz";
sha256 = "43350bd7c18d2cc47e0d49d0f21e8191b6fc53538929137a63faea6c6b79b18b";
};
buildType = "ament_cmake";