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

regenerate all distros, Mon Apr 19 01:10:27 2021

This commit is contained in:
Superflore 2021-04-19 01:10:27 +00:00 committed by Ben Wolsieffer
parent 0d3aca6651
commit 880145cbb8
315 changed files with 1737 additions and 1033 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, qt-gui, qt-gui-cpp, qt5, rclcpp }:
buildRosPackage {
pname = "ros-foxy-rqt-gui-cpp";
version = "1.0.7-r1";
version = "1.1.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rqt-release/archive/release/foxy/rqt_gui_cpp/1.0.7-1.tar.gz";
name = "1.0.7-1.tar.gz";
sha256 = "3b1d267733147a33e3a689144f64d42c4482449b544fabaec96702466e8885e0";
url = "https://github.com/ros2-gbp/rqt-release/archive/release/foxy/rqt_gui_cpp/1.1.1-1.tar.gz";
name = "1.1.1-1.tar.gz";
sha256 = "4a822b3483a082a53a52a7f071f861d370dedf5274b86eede42603c12f4b7600";
};
buildType = "ament_cmake";