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 Aug 4 13:31:57 2023

This commit is contained in:
Superflore 2023-08-04 13:31:57 +00:00 committed by Ben Wolsieffer
parent cc54e974e1
commit 22be26c89c
152 changed files with 1200 additions and 512 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, qt5, resource-retriever, rviz-rendering }:
buildRosPackage {
pname = "ros-rolling-rviz-rendering-tests";
version = "12.7.0-r1";
version = "12.8.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rviz-release/archive/release/rolling/rviz_rendering_tests/12.7.0-1.tar.gz";
name = "12.7.0-1.tar.gz";
sha256 = "6a5660e63ae723b454559cb8755c1f37737243f37dfad03b4b32061b65eb462e";
url = "https://github.com/ros2-gbp/rviz-release/archive/release/rolling/rviz_rendering_tests/12.8.0-1.tar.gz";
name = "12.8.0-1.tar.gz";
sha256 = "d93800ae1705644fc8fd45886b6764588508d2602fe645add62d3052484b7d43";
};
buildType = "ament_cmake";