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

regenerate all distros, Fri Oct 30 13:06:42 2020

This commit is contained in:
Superflore 2020-10-30 13:06:42 +00:00 committed by Ben Wolsieffer
parent dd0a59938c
commit 71484add2f
144 changed files with 1050 additions and 488 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, qt5, rviz-common }:
buildRosPackage {
pname = "ros-eloquent-rviz-visual-testing-framework";
version = "7.0.5-r1";
version = "7.0.6-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rviz-release/archive/release/eloquent/rviz_visual_testing_framework/7.0.5-1.tar.gz";
name = "7.0.5-1.tar.gz";
sha256 = "fd5bcdd7082c161ed2da774d61fee1f71f31c5f049b0c76be2a1bf751150ddcc";
url = "https://github.com/ros2-gbp/rviz-release/archive/release/eloquent/rviz_visual_testing_framework/7.0.6-1.tar.gz";
name = "7.0.6-1.tar.gz";
sha256 = "9e43dc58187353959ea177f18a7f5c1760eb12eda6f64562797f0482b7b00478";
};
buildType = "ament_cmake";