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

regenerate all distros, Fri Feb 2 13:15:52 2024

This commit is contained in:
Superflore 2024-02-02 13:15:52 +00:00 committed by Ben Wolsieffer
parent 5053bf9d76
commit 28f3a7e900
648 changed files with 3811 additions and 2432 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-lint-auto, ament-lint-common, qt-gui, rqt-gui }:
buildRosPackage {
pname = "ros-humble-rqt-gui-py";
version = "1.1.5-r2";
version = "1.1.6-r2";
src = fetchurl {
url = "https://github.com/ros2-gbp/rqt-release/archive/release/humble/rqt_gui_py/1.1.5-2.tar.gz";
name = "1.1.5-2.tar.gz";
sha256 = "3af17ac0392ead5282a6fd61972ceec3181ebd64021561f0ff9feb8d71a2f9bf";
url = "https://github.com/ros2-gbp/rqt-release/archive/release/humble/rqt_gui_py/1.1.6-2.tar.gz";
name = "1.1.6-2.tar.gz";
sha256 = "f22005ac77b32a7d26aacfed1a144732ed69689d4890155fb8e7e9b38529fbfe";
};
buildType = "ament_python";