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

regenerate all distros, Fri Dec 13 20:20:25 2019

This commit is contained in:
Superflore 2019-12-13 20:20:25 +00:00 committed by Ben Wolsieffer
parent 690eaf731e
commit 7bbd6df901
74 changed files with 269 additions and 271 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-dashing-rviz-visual-testing-framework";
version = "6.1.4-r1";
version = "6.1.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rviz-release/archive/release/dashing/rviz_visual_testing_framework/6.1.4-1.tar.gz";
name = "6.1.4-1.tar.gz";
sha256 = "fd18f9fd580cc4504bd416c655b47e00472615fb15f55a047d58481319fe4b49";
url = "https://github.com/ros2-gbp/rviz-release/archive/release/dashing/rviz_visual_testing_framework/6.1.5-1.tar.gz";
name = "6.1.5-1.tar.gz";
sha256 = "f42359c9869ba7d26ef732be855d801a9eac100ce3c3c9bad833b586fd73bc5c";
};
buildType = "ament_cmake";