regenerate all distros, Fri Jan 19 13:36:48 2024

This commit is contained in:
Superflore 2024-01-19 13:36:49 +00:00 committed by Ben Wolsieffer
parent 1f89e13710
commit 5053bf9d76
5646 changed files with 9235 additions and 7758 deletions

View file

@ -1,16 +1,16 @@
# Copyright 2023 Open Source Robotics Foundation
# Copyright 2024 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-clang-format, ament-cmake, ament-cmake-gtest, ament-cmake-lint-cmake, ament-cmake-xmllint, ament-index-cpp, ament-lint-auto, moveit-configs-utils, moveit-ros-visualization, moveit-setup-framework, pluginlib, rclcpp }:
buildRosPackage {
pname = "ros-rolling-moveit-setup-app-plugins";
version = "2.8.0-r2";
version = "2.9.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/moveit2-release/archive/release/rolling/moveit_setup_app_plugins/2.8.0-2.tar.gz";
name = "2.8.0-2.tar.gz";
sha256 = "fc45840f6455152911ad00b27b72621516282a98f7feb796258e716b06ea1021";
url = "https://github.com/ros2-gbp/moveit2-release/archive/release/rolling/moveit_setup_app_plugins/2.9.0-1.tar.gz";
name = "2.9.0-1.tar.gz";
sha256 = "0287834ba9e3ae8a0a378c6caf6211f6f80f1b9630c5fa2fb4dbb5def2987178";
};
buildType = "ament_cmake";