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 Nov 15 13:25:01 2024

This commit is contained in:
Superflore 2024-11-15 13:25:01 +00:00 committed by Ben Wolsieffer
parent 73d002eb26
commit f07f7f9c42
500 changed files with 2379 additions and 1961 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.19.0-r1";
version = "4.20.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/jazzy/rqt_controller_manager/4.19.0-1.tar.gz";
name = "4.19.0-1.tar.gz";
sha256 = "ddbc927c0e86842c773cce3bb434a5eda70043414910df3c14280415a9807dd1";
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/jazzy/rqt_controller_manager/4.20.0-1.tar.gz";
name = "4.20.0-1.tar.gz";
sha256 = "01a4135b88c2d805b9fcc5998d1af9b8c19ae4a9aef8ead78a0f4f89549caef6";
};
buildType = "ament_python";