1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 06:00:38 +03:00

regenerate all distros, Fri May 16 13:35:43 2025
Some checks failed
Build / build (humble, aarch64-linux) (push) Has been cancelled
Build / build (humble, x86_64-linux) (push) Has been cancelled
Build / build (jazzy, aarch64-linux) (push) Has been cancelled
Build / build (jazzy, x86_64-linux) (push) Has been cancelled
Build / build (noetic, aarch64-linux) (push) Has been cancelled
Build / build (noetic, x86_64-linux) (push) Has been cancelled
Build / build (rolling, aarch64-linux) (push) Has been cancelled
Build / build (rolling, x86_64-linux) (push) Has been cancelled

This commit is contained in:
Superflore 2025-05-16 13:35:43 +00:00 committed by Ben Wolsieffer
parent 4072d6ed51
commit 2435baa8ac
1294 changed files with 7562 additions and 5081 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-lint-auto, geometry-msgs, qt5, rclcpp, rcutils, rviz-common, rviz-ogre-vendor, rviz-rendering, std-msgs, tf2, tf2-ros }:
buildRosPackage {
pname = "ros-jazzy-rviz-visual-testing-framework";
version = "14.1.9-r1";
version = "14.1.11-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rviz-release/archive/release/jazzy/rviz_visual_testing_framework/14.1.9-1.tar.gz";
name = "14.1.9-1.tar.gz";
sha256 = "c5a9890f8a2c7c47daf0089628b6326ac07034fbe4a7ae23fe6a218bcd97bb6a";
url = "https://github.com/ros2-gbp/rviz-release/archive/release/jazzy/rviz_visual_testing_framework/14.1.11-1.tar.gz";
name = "14.1.11-1.tar.gz";
sha256 = "00ef1789e4396f74975c6e09eca5c6e6937d2517068fc4ea95943c00c75fbdda";
};
buildType = "ament_cmake";