1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 13:40:32 +03:00

regenerate all distros, Fri Nov 4 13:38:02 2022

This commit is contained in:
Superflore 2022-11-04 13:38:03 +00:00 committed by Ben Wolsieffer
parent 0e8f3d88ae
commit a1596850e0
6690 changed files with 6930 additions and 8596 deletions

View file

@ -5,16 +5,15 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, message-filters, pluginlib, qt5, rclcpp, rcpputils, rosidl-runtime-cpp }:
buildRosPackage {
pname = "ros-humble-rqt-image-overlay-layer";
version = "0.1.1-r1";
version = "0.1.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rqt_image_overlay-release/archive/release/humble/rqt_image_overlay_layer/0.1.1-1.tar.gz";
name = "0.1.1-1.tar.gz";
sha256 = "8d8beb777a7ab9a97545e3b70fa7f7cbcb33f840c4647c7fb8d0ac8cc9299908";
url = "https://github.com/ros2-gbp/rqt_image_overlay-release/archive/release/humble/rqt_image_overlay_layer/0.1.3-1.tar.gz";
name = "0.1.3-1.tar.gz";
sha256 = "6f117ecd38f566866e35fb44949abd4049b7e3dff74d6f6d1edcd1f03a35b375";
};
buildType = "ament_cmake";
buildInputs = [ ament-cmake ];
checkInputs = [ ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ message-filters pluginlib qt5.qtbase rclcpp rcpputils rosidl-runtime-cpp ];
nativeBuildInputs = [ ament-cmake ];