1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-15 22:50:46 +03:00

regenerate all distros, Tue May 2 16:50:21 2023

This commit is contained in:
Ben Wolsieffer 2023-05-02 16:50:22 -04:00
parent 4817b14e2d
commit fd3628c920
1601 changed files with 10237 additions and 5790 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, pluginlib, qt-gui, qt-gui-cpp, qt5, rclcpp }:
buildRosPackage {
pname = "ros-rolling-rqt-gui-cpp";
version = "1.3.1-r1";
version = "1.4.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rqt-release/archive/release/rolling/rqt_gui_cpp/1.3.1-1.tar.gz";
name = "1.3.1-1.tar.gz";
sha256 = "3b9977bae5046b4da6bae62739fd1a23ed9539ab36e5bd90dab7f4c49bc9b643";
url = "https://github.com/ros2-gbp/rqt-release/archive/release/rolling/rqt_gui_cpp/1.4.0-1.tar.gz";
name = "1.4.0-1.tar.gz";
sha256 = "1677d7e018ce0f8a2e3191b6daf0eed47f7977be25a734f47f411fbd58251456";
};
buildType = "ament_cmake";