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 Mar 8 13:41:18 2024

This commit is contained in:
Superflore 2024-03-08 13:41:18 +00:00 committed by Ben Wolsieffer
parent 2c2781805f
commit de1ea0a747
1165 changed files with 4832 additions and 4718 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, message-filters, pluginlib, qt5, rclcpp, rcpputils, rosidl-runtime-cpp }:
buildRosPackage {
pname = "ros-rolling-rqt-image-overlay-layer";
version = "0.3.1-r2";
version = "0.3.1-r3";
src = fetchurl {
url = "https://github.com/ros2-gbp/rqt_image_overlay-release/archive/release/rolling/rqt_image_overlay_layer/0.3.1-2.tar.gz";
name = "0.3.1-2.tar.gz";
sha256 = "7034363864f132e11fb5a5f7d47253af0be92ebd21fbad7020a68dc06b8c9ac7";
url = "https://github.com/ros2-gbp/rqt_image_overlay-release/archive/release/rolling/rqt_image_overlay_layer/0.3.1-3.tar.gz";
name = "0.3.1-3.tar.gz";
sha256 = "c0fc3dfef2423ba10a700c2b78cfbab6a64afd4a5b4e8e764a87248847147ef0";
};
buildType = "ament_cmake";