1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-19 16:40:36 +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-lint-auto, ament-lint-common, qt-gui, rqt-gui }:
buildRosPackage {
pname = "ros-rolling-rqt-gui-py";
version = "1.3.1-r1";
version = "1.4.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rqt-release/archive/release/rolling/rqt_gui_py/1.3.1-1.tar.gz";
name = "1.3.1-1.tar.gz";
sha256 = "318f1ab62c99d50ce73ce0cc70396225e51319a4a27c8b5d6413f549a9d3e490";
url = "https://github.com/ros2-gbp/rqt-release/archive/release/rolling/rqt_gui_py/1.4.0-1.tar.gz";
name = "1.4.0-1.tar.gz";
sha256 = "b75d932409c77a5ce772c44b1f803dd518d8eda1a3c6ed726b0e864743963363";
};
buildType = "ament_python";