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 Aug 2 13:27:09 2024

This commit is contained in:
Superflore 2024-08-02 13:27:09 +00:00 committed by Ben Wolsieffer
parent 461db9a822
commit 69219f8f35
415 changed files with 2099 additions and 1630 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.2.4-r1";
version = "14.2.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rviz-release/archive/release/rolling/rviz_rendering_tests/14.2.4-1.tar.gz";
name = "14.2.4-1.tar.gz";
sha256 = "32d102e6f11ceda4eca0e14a5e9a43c6b5aed0947e5ef1a6d5905c9da025ec6e";
url = "https://github.com/ros2-gbp/rviz-release/archive/release/rolling/rviz_rendering_tests/14.2.5-1.tar.gz";
name = "14.2.5-1.tar.gz";
sha256 = "91fd055641125332ab545d859738a04d1d1f534ede644e00d48aa743bd6add55";
};
buildType = "ament_cmake";