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 Sep 15 13:13:19 2023

This commit is contained in:
Superflore 2023-09-15 13:13:19 +00:00 committed by Ben Wolsieffer
parent c060df9b68
commit 148dc07305
534 changed files with 3173 additions and 2024 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.2-r1";
version = "21.0.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/iron/rclcpp_action/21.0.2-1.tar.gz";
name = "21.0.2-1.tar.gz";
sha256 = "7ea0492f0c194b9be6111479e7d2e47a6adaa9b0161c07bccb5e13d9824345f0";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/iron/rclcpp_action/21.0.3-1.tar.gz";
name = "21.0.3-1.tar.gz";
sha256 = "a3ba210614e40d3bac8235498d22557a6bafe7ec83fe362d22a4bc1862c6d2d5";
};
buildType = "ament_cmake";