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 Nov 24 13:11:26 2023

This commit is contained in:
Superflore 2023-11-24 13:11:26 +00:00 committed by Ben Wolsieffer
parent 7a1f3e4578
commit 42cae93f39
733 changed files with 4572 additions and 2650 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-iron-rviz-rendering";
version = "12.4.4-r1";
version = "12.4.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rviz-release/archive/release/iron/rviz_rendering/12.4.4-1.tar.gz";
name = "12.4.4-1.tar.gz";
sha256 = "1b4568d64b4622113b006101e9161e5162ddc5f036bf96c6651af91cb7bfbf10";
url = "https://github.com/ros2-gbp/rviz-release/archive/release/iron/rviz_rendering/12.4.5-1.tar.gz";
name = "12.4.5-1.tar.gz";
sha256 = "39ddada3c77951a524a83a448abad9aa2a76fdc4b4345f4e1662170d73cce963";
};
buildType = "ament_cmake";