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 Jun 25 12:45:04 2021

This commit is contained in:
Superflore 2021-06-25 12:45:04 +00:00 committed by Ben Wolsieffer
parent de81aededb
commit 54fb4baeb2
280 changed files with 3140 additions and 815 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, qt5, resource-retriever, rviz-rendering }:
buildRosPackage {
pname = "ros-foxy-rviz-rendering-tests";
version = "8.2.1-r1";
version = "8.2.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rviz-release/archive/release/foxy/rviz_rendering_tests/8.2.1-1.tar.gz";
name = "8.2.1-1.tar.gz";
sha256 = "cba0ed167f8f64c2b4c9615ef8df7af5dadafa3e7361c93c5e0d21a45f0b4822";
url = "https://github.com/ros2-gbp/rviz-release/archive/release/foxy/rviz_rendering_tests/8.2.2-1.tar.gz";
name = "8.2.2-1.tar.gz";
sha256 = "6b108568e600f98fe816f4edef76cd6ad806c236372739157d2e4d4017f1f432";
};
buildType = "ament_cmake";