1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 21:50: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-cmake, ament-index-python, ament-lint-auto, ament-lint-common, qt-gui }:
buildRosPackage {
pname = "ros-rolling-qt-gui-app";
version = "2.7.1-r1";
version = "2.7.1-r2";
src = fetchurl {
url = "https://github.com/ros2-gbp/qt_gui_core-release/archive/release/rolling/qt_gui_app/2.7.1-1.tar.gz";
name = "2.7.1-1.tar.gz";
sha256 = "11487e52018c3c98be78395bd8ca31c369d80fca6ecd520083f39dd8c8382b02";
url = "https://github.com/ros2-gbp/qt_gui_core-release/archive/release/rolling/qt_gui_app/2.7.1-2.tar.gz";
name = "2.7.1-2.tar.gz";
sha256 = "dee9107c8ef53074ff74a421f727faf84c0c541653c14b8adfd33d105a204d3b";
};
buildType = "ament_cmake";