1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 06:00:38 +03:00

regenerate all distros, Fri Feb 21 13:18:38 2025

This commit is contained in:
Superflore 2025-02-21 13:18:38 +00:00 committed by Ben Wolsieffer
parent 711d683bc2
commit 3c7256839c
404 changed files with 3371 additions and 1522 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.12.0-r1";
version = "2.13.0-r1";
src = fetchurl {
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";
url = "https://github.com/ros2-gbp/moveit2-release/archive/release/rolling/moveit_simple_controller_manager/2.13.0-1.tar.gz";
name = "2.13.0-1.tar.gz";
sha256 = "a76345a0c30459a217a5820ebdeef09efbec93f5e1dc5b255d45b9fabfcd72bd";
};
buildType = "ament_cmake";