regenerate all distros, Fri Feb 9 13:42:10 2024

This commit is contained in:
Superflore 2024-02-09 13:42:10 +00:00 committed by Ben Wolsieffer
parent c8afb864b6
commit 9f53d85d2a
319 changed files with 1525 additions and 1272 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-pytest, pkg-config, pluginlib, python-qt-binding, qt-gui, qt5, rcpputils, tinyxml2-vendor }:
buildRosPackage {
pname = "ros-rolling-qt-gui-cpp";
version = "2.7.1-r2";
version = "2.7.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/qt_gui_core-release/archive/release/rolling/qt_gui_cpp/2.7.1-2.tar.gz";
name = "2.7.1-2.tar.gz";
sha256 = "88379273acfa350b4a07d45b3538ec1dc07f977022bcf08401825b1c446f2535";
url = "https://github.com/ros2-gbp/qt_gui_core-release/archive/release/rolling/qt_gui_cpp/2.7.2-1.tar.gz";
name = "2.7.2-1.tar.gz";
sha256 = "b5000db0577e6aacd0cf3510d25150446de2896acbb607fd89cb7de2a6ba0f0e";
};
buildType = "ament_cmake";