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, qt-gui-py-common, rqt-gui, rqt-gui-py }:
buildRosPackage {
pname = "ros-rolling-rqt-shell";
version = "1.1.1-r1";
version = "1.2.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rqt_shell-release/archive/release/rolling/rqt_shell/1.1.1-1.tar.gz";
name = "1.1.1-1.tar.gz";
sha256 = "8fc1a2be548a2a90e410d9914d773fb82325c5bf49d6670943919dde649e9bac";
url = "https://github.com/ros2-gbp/rqt_shell-release/archive/release/rolling/rqt_shell/1.2.0-1.tar.gz";
name = "1.2.0-1.tar.gz";
sha256 = "092ef9c1498b0909918ea024d085dbdb726baf081f667b1a3ca68cff89363256";
};
buildType = "ament_python";