1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 13:40:32 +03:00

regenerate all distros, Fri Nov 22 13:28:00 2024

This commit is contained in:
Superflore 2024-11-22 13:28:00 +00:00 committed by Ben Wolsieffer
parent 458ca0b17a
commit 45237061be
391 changed files with 1855 additions and 1668 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gmock, ament-cmake-gtest, ament-index-cpp, ament-lint-auto, ament-lint-common, qt5, resource-retriever, rviz-rendering }:
buildRosPackage {
pname = "ros-rolling-rviz-rendering-tests";
version = "14.3.1-r1";
version = "14.3.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rviz-release/archive/release/rolling/rviz_rendering_tests/14.3.1-1.tar.gz";
name = "14.3.1-1.tar.gz";
sha256 = "532923ad34f9be2266b7b760c578556d4a7618f0dafc4ede79d445605a07d5bb";
url = "https://github.com/ros2-gbp/rviz-release/archive/release/rolling/rviz_rendering_tests/14.3.2-1.tar.gz";
name = "14.3.2-1.tar.gz";
sha256 = "dd00d04da4a187e68ba5427222500e83d908f3c61c6f198282266d6831241f20";
};
buildType = "ament_cmake";