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 Feb 14 13:45:14 2025

This commit is contained in:
Superflore 2025-02-14 13:45:14 +00:00 committed by Ben Wolsieffer
parent f9c218f6e9
commit 4ce7073301
582 changed files with 2762 additions and 2400 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.24.0-r1";
version = "4.26.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/jazzy/rqt_controller_manager/4.24.0-1.tar.gz";
name = "4.24.0-1.tar.gz";
sha256 = "bd2dbaa8d563b6da502ef9d35a46d0768c9123acf2b35a22d50c5034ccdb5877";
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";
};
buildType = "ament_python";