1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 21:50:38 +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, 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.9-r1";
version = "11.2.10-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rviz-release/archive/release/humble/rviz_rendering/11.2.9-1.tar.gz";
name = "11.2.9-1.tar.gz";
sha256 = "2b8493aa0ca90dc6fb1c33cd5e7026e863fa1f73cb1bd25cd828f8f3b82f2929";
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";
};
buildType = "ament_cmake";