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 Jun 19 12:54:43 2020

This commit is contained in:
Superflore 2020-06-19 12:54:43 +00:00 committed by Ben Wolsieffer
parent d049127a2f
commit a28de46581
247 changed files with 2045 additions and 647 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, catkin, nodelet, qt-gui, qt-gui-cpp, qt5, roscpp }:
buildRosPackage {
pname = "ros-melodic-rqt-gui-cpp";
version = "0.5.1-r1";
version = "0.5.2-r1";
src = fetchurl {
url = "https://github.com/ros-gbp/rqt-release/archive/release/melodic/rqt_gui_cpp/0.5.1-1.tar.gz";
name = "0.5.1-1.tar.gz";
sha256 = "87b9fca3c031833debaa4a04e27c2470d34e242ff919198a34956ba5810052d5";
url = "https://github.com/ros-gbp/rqt-release/archive/release/melodic/rqt_gui_cpp/0.5.2-1.tar.gz";
name = "0.5.2-1.tar.gz";
sha256 = "2b1a17e25f960b71148a92baab5bfb19d8247788dbef53ec5bc9aa0c1d56832b";
};
buildType = "catkin";