regenerate all distros, Fri Sep 24 13:26:09 2021

This commit is contained in:
Superflore 2021-09-24 13:26:09 +00:00 committed by Ben Wolsieffer
parent 6ed3fe9f34
commit 0c9bc531da
515 changed files with 5585 additions and 1495 deletions

View file

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