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 Aug 30 13:28:23 2024

This commit is contained in:
Superflore 2024-08-30 13:28:23 +00:00 committed by Ben Wolsieffer
parent 1992646cf6
commit 80d4ae9bb3
675 changed files with 4137 additions and 2778 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.5-r1";
version = "14.2.6-r1";
src = fetchurl {
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";
url = "https://github.com/ros2-gbp/rviz-release/archive/release/rolling/rviz_rendering_tests/14.2.6-1.tar.gz";
name = "14.2.6-1.tar.gz";
sha256 = "a370101df7d9511fe04fd414eb1900df99485bc1cefaa02d2ce052944faa5506";
};
buildType = "ament_cmake";