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

regenerate all distros, Fri Mar 7 13:16:24 2025

This commit is contained in:
Superflore 2025-03-07 13:16:24 +00:00 committed by Ben Wolsieffer
parent 902905a45b
commit e6bfafcd05
196 changed files with 1109 additions and 799 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, controller-manager, controller-manager-msgs, rclpy, rqt-gui, rqt-gui-py }:
buildRosPackage {
pname = "ros-jazzy-rqt-controller-manager";
version = "4.26.0-r1";
version = "4.27.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/jazzy/rqt_controller_manager/4.26.0-1.tar.gz";
name = "4.26.0-1.tar.gz";
sha256 = "456d10d404ed791d4a0d1829615d9ca23422f273660fa6d15a454351825f8f62";
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/jazzy/rqt_controller_manager/4.27.0-1.tar.gz";
name = "4.27.0-1.tar.gz";
sha256 = "ce75bc86d1f1e3f38ac0a348c5b4c255932e6a74f4f063e718f7e379ededf960";
};
buildType = "ament_python";