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 Mar 1 13:05:06 2024

This commit is contained in:
Superflore 2024-03-01 13:05:07 +00:00 committed by Ben Wolsieffer
parent dd9cc83369
commit 160dfe7959
431 changed files with 1890 additions and 1626 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.10-r1";
version = "11.2.11-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rviz-release/archive/release/humble/rviz_rendering/11.2.10-1.tar.gz";
name = "11.2.10-1.tar.gz";
sha256 = "8ad821ed08ed1cd9b9f7828fa837a9ae3ed23b0720a967a90b7b040a96fb8e8f";
url = "https://github.com/ros2-gbp/rviz-release/archive/release/humble/rviz_rendering/11.2.11-1.tar.gz";
name = "11.2.11-1.tar.gz";
sha256 = "1f195eaaf76556df11e65881b792403c03cc091df81411b0dfe4778586fd9783";
};
buildType = "ament_cmake";