1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 06:00:38 +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-auto, ament-lint-auto, ament-lint-common, octomap, octomap-msgs, qt5, rclcpp, rviz-common, rviz-default-plugins, rviz-rendering }:
buildRosPackage {
pname = "ros-rolling-octomap-rviz-plugins";
version = "2.0.0-r2";
version = "2.0.0-r3";
src = fetchurl {
url = "https://github.com/ros2-gbp/octomap_rviz_plugins-release/archive/release/rolling/octomap_rviz_plugins/2.0.0-2.tar.gz";
name = "2.0.0-2.tar.gz";
sha256 = "950c4ed0ea0a53aee6d6c198fe7dcddd8edca2b20c64b5474da0869851df726e";
url = "https://github.com/ros2-gbp/octomap_rviz_plugins-release/archive/release/rolling/octomap_rviz_plugins/2.0.0-3.tar.gz";
name = "2.0.0-3.tar.gz";
sha256 = "0d18b8b7c27fd59af088e6b9bc847041a54010175b9808606d1a1a1627f13b15";
};
buildType = "ament_cmake";