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

regenerate all distros, Fri Aug 25 13:31:58 2023

This commit is contained in:
Superflore 2023-08-25 13:31:58 +00:00 committed by Ben Wolsieffer
parent e8ff928334
commit 4c0baef357
346 changed files with 1695 additions and 1366 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-iron-rviz-rendering-tests";
version = "12.4.2-r1";
version = "12.4.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rviz-release/archive/release/iron/rviz_rendering_tests/12.4.2-1.tar.gz";
name = "12.4.2-1.tar.gz";
sha256 = "cb11f6db54f7374f13789c5f038b6c7cdf86a77ed70c07baeffc4759e6de0e29";
url = "https://github.com/ros2-gbp/rviz-release/archive/release/iron/rviz_rendering_tests/12.4.3-1.tar.gz";
name = "12.4.3-1.tar.gz";
sha256 = "4589a9b0a4fd66f3c664d52be7fb38aeb2b594aa66a0cd96c0eb30e3057a9463";
};
buildType = "ament_cmake";