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, Fri Feb 12 13:24:24 2021

This commit is contained in:
Superflore 2021-02-12 13:24:24 +00:00 committed by Ben Wolsieffer
parent 32ca9d5e44
commit 6189f97fbf
140 changed files with 617 additions and 528 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.6-r1";
version = "1.0.7-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rqt-release/archive/release/foxy/rqt_gui_cpp/1.0.6-1.tar.gz";
name = "1.0.6-1.tar.gz";
sha256 = "a1fdef3ea59c90b09152ed4603943a05ad7aaaf2dcea62f57cbf87a6e56fdbac";
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";
};
buildType = "ament_cmake";