1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-12 13:19:02 +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, python-qt-binding, python3Packages, qt-gui-py-common, rclpy, rqt-gui, rqt-gui-py, rqt-py-common, std-msgs }:
buildRosPackage {
pname = "ros-rolling-rqt-plot";
version = "1.2.1-r1";
version = "1.3.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rqt_plot-release/archive/release/rolling/rqt_plot/1.2.1-1.tar.gz";
name = "1.2.1-1.tar.gz";
sha256 = "c666410db80b21945b7ff4aff31472f53dbcd545f428497e13dc22338a93bc4b";
url = "https://github.com/ros2-gbp/rqt_plot-release/archive/release/rolling/rqt_plot/1.3.0-1.tar.gz";
name = "1.3.0-1.tar.gz";
sha256 = "54fd3ef7265f51e493af47025c14d63f069da5c3df5ad2f731ba9ad2363a14cd";
};
buildType = "ament_python";