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, Tue May 2 16:50:21 2023

This commit is contained in:
Ben Wolsieffer 2023-05-02 16:50:22 -04:00
parent 4817b14e2d
commit fd3628c920
1601 changed files with 10237 additions and 5790 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-index-python, ament-pep257, diagnostic-msgs, python-qt-binding, python3Packages, pythonPackages, qt-gui, rclpy, rqt-gui, rqt-gui-py }:
buildRosPackage {
pname = "ros-rolling-rqt-runtime-monitor";
version = "1.0.0-r2";
version = "1.0.0-r3";
src = fetchurl {
url = "https://github.com/ros2-gbp/rqt_runtime_monitor-release/archive/release/rolling/rqt_runtime_monitor/1.0.0-2.tar.gz";
name = "1.0.0-2.tar.gz";
sha256 = "2e95fdc0c55146999c591f3353c9e85780f6c539346c4d83f0d2fe50fc5aaee7";
url = "https://github.com/ros2-gbp/rqt_runtime_monitor-release/archive/release/rolling/rqt_runtime_monitor/1.0.0-3.tar.gz";
name = "1.0.0-3.tar.gz";
sha256 = "b17ed41602f9ed227665b63b0e49432be1f8b710cb5d8b137372b0ae1699c9d3";
};
buildType = "ament_python";