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 Feb 2 13:15:52 2024

This commit is contained in:
Superflore 2024-02-02 13:15:52 +00:00 committed by Ben Wolsieffer
parent 5053bf9d76
commit 28f3a7e900
648 changed files with 3811 additions and 2432 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-cppcheck, ament-cmake-cpplint, ament-cmake-gmock, ament-cmake-gtest, ament-cmake-lint-cmake, ament-cmake-ros, ament-cmake-uncrustify, ament-cmake-xmllint, ament-index-cpp, ament-lint-auto, geometry-msgs, ignition-math6-vendor, image-transport, interactive-markers, laser-geometry, map-msgs, nav-msgs, pluginlib, qt5, rclcpp, resource-retriever, rviz-common, rviz-ogre-vendor, rviz-rendering, rviz-rendering-tests, rviz-visual-testing-framework, tf2, tf2-geometry-msgs, tf2-ros, urdf, visualization-msgs }:
buildRosPackage {
pname = "ros-iron-rviz-default-plugins";
version = "12.4.5-r1";
version = "12.4.5-r2";
src = fetchurl {
url = "https://github.com/ros2-gbp/rviz-release/archive/release/iron/rviz_default_plugins/12.4.5-1.tar.gz";
name = "12.4.5-1.tar.gz";
sha256 = "aaeeb57079f0ed9788dd4ed842ea16576185ef99af74ae91b7316fdcbb0fde0c";
url = "https://github.com/ros2-gbp/rviz-release/archive/release/iron/rviz_default_plugins/12.4.5-2.tar.gz";
name = "12.4.5-2.tar.gz";
sha256 = "885aa6312eaae5b1f20d09098afdcdd9daac097da261bf7187312be158568ed0";
};
buildType = "ament_cmake";