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 May 10 13:12:06 2024

This commit is contained in:
Superflore 2024-05-10 13:12:06 +00:00 committed by Ben Wolsieffer
parent 1d5ae52f3e
commit f1c32375c2
1007 changed files with 7042 additions and 3625 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, action-msgs, ament-cmake, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, mimick-vendor, performance-test-fixture, rcl-action, rclcpp, rcpputils, rosidl-runtime-c, test-msgs }:
buildRosPackage {
pname = "ros-iron-rclcpp-action";
version = "21.0.5-r1";
version = "21.0.6-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/iron/rclcpp_action/21.0.5-1.tar.gz";
name = "21.0.5-1.tar.gz";
sha256 = "dc37354726b0f11da36d2555a23273a68207c6beeb361929e606174248d76485";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/iron/rclcpp_action/21.0.6-1.tar.gz";
name = "21.0.6-1.tar.gz";
sha256 = "a205ced75683eea18dfbff2bd23dc8619100a5a67a442f5c8af784a96b88c5b9";
};
buildType = "ament_cmake";