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 Jan 3 13:42:37 2025

This commit is contained in:
Superflore 2025-01-03 13:42:37 +00:00 committed by Ben Wolsieffer
parent 06b45cf1ea
commit 31f07eb092
6571 changed files with 9328 additions and 8833 deletions

View file

@ -1,16 +1,16 @@
# Copyright 2024 Open Source Robotics Foundation
# Copyright 2025 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, controller-manager, controller-manager-msgs, rclpy, rqt-gui, rqt-gui-py }:
buildRosPackage {
pname = "ros-jazzy-rqt-controller-manager";
version = "4.21.0-r1";
version = "4.23.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/jazzy/rqt_controller_manager/4.21.0-1.tar.gz";
name = "4.21.0-1.tar.gz";
sha256 = "6e00baf030370840cc3063df954d1dfc94fbc463c372419c7b7624c092036800";
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/jazzy/rqt_controller_manager/4.23.0-1.tar.gz";
name = "4.23.0-1.tar.gz";
sha256 = "7fc2dcfef10bfd3d1d94efbd81f75fd1ef1e428b1ff644b8d4b6211c49db0ad7";
};
buildType = "ament_python";