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, Fri Aug 4 13:31:57 2023

This commit is contained in:
Superflore 2023-08-04 13:31:57 +00:00 committed by Ben Wolsieffer
parent cc54e974e1
commit 22be26c89c
152 changed files with 1200 additions and 512 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-cppcheck, ament-cmake-cpplint, ament-cmake-gmock, ament-cmake-gtest, ament-cmake-lint-cmake, ament-cmake-uncrustify, ament-cmake-xmllint, ament-index-cpp, ament-lint-auto, eigen, eigen3-cmake-module, qt5, resource-retriever, rviz-assimp-vendor, rviz-ogre-vendor }:
buildRosPackage {
pname = "ros-humble-rviz-rendering";
version = "11.2.6-r1";
version = "11.2.7-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rviz-release/archive/release/humble/rviz_rendering/11.2.6-1.tar.gz";
name = "11.2.6-1.tar.gz";
sha256 = "e0d265fe8eb313bbe60cdbed728f54149787d55bb7307a725eb3252051deb26e";
url = "https://github.com/ros2-gbp/rviz-release/archive/release/humble/rviz_rendering/11.2.7-1.tar.gz";
name = "11.2.7-1.tar.gz";
sha256 = "36ecbca42b0a23e23fa2c6785f6efef94336caaabfcd6ca36c4b10eea1e182fa";
};
buildType = "ament_cmake";