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

regenerate all distros, Fri May 24 14:00:52 2024

This commit is contained in:
Superflore 2024-05-24 14:00:52 +00:00 committed by Ben Wolsieffer
parent f1c32375c2
commit 6a16c08989
1761 changed files with 35644 additions and 2278 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, diagnostic-msgs, python-qt-binding, python3Packages, qt-gui, qt-gui-py-common, rclpy, rosidl-default-generators, rqt-gui, rqt-gui-py, rqt-py-common }:
buildRosPackage {
pname = "ros-rolling-rqt-robot-monitor";
version = "1.0.5-r3";
version = "1.0.6-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rqt_robot_monitor-release/archive/release/rolling/rqt_robot_monitor/1.0.5-3.tar.gz";
name = "1.0.5-3.tar.gz";
sha256 = "05a48360181510f6324cdc7abbfa985a9c622eb159d8ce00c8f6f09ea60871c9";
url = "https://github.com/ros2-gbp/rqt_robot_monitor-release/archive/release/rolling/rqt_robot_monitor/1.0.6-1.tar.gz";
name = "1.0.6-1.tar.gz";
sha256 = "336657d27fce7a177f257212847bcb41e1a26079f9e73f8f571bc061c916f027";
};
buildType = "ament_python";