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 Oct 30 13:06:42 2020

This commit is contained in:
Superflore 2020-10-30 13:06:42 +00:00 committed by Ben Wolsieffer
parent dd0a59938c
commit 71484add2f
144 changed files with 1050 additions and 488 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-index-cpp, eigen, eigen3-cmake-module, qt5, resource-retriever, rviz-assimp-vendor, rviz-ogre-vendor }:
buildRosPackage {
pname = "ros-eloquent-rviz-rendering";
version = "7.0.5-r1";
version = "7.0.6-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rviz-release/archive/release/eloquent/rviz_rendering/7.0.5-1.tar.gz";
name = "7.0.5-1.tar.gz";
sha256 = "f91ffe4726c70e21b0df896e41e850dfb337c5a699f5a1413e7b7b27428ab211";
url = "https://github.com/ros2-gbp/rviz-release/archive/release/eloquent/rviz_rendering/7.0.6-1.tar.gz";
name = "7.0.6-1.tar.gz";
sha256 = "e469e9f4c8f4877f8581ae87536f1013a3d36a3ece17fbe5d783ab6e71730f07";
};
buildType = "ament_cmake";