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

regenerate all distros, Fri Sep 8 13:49:36 2023

This commit is contained in:
Superflore 2023-09-08 13:49:36 +00:00 committed by Ben Wolsieffer
parent 0c68b03e1f
commit d8cea8b151
227 changed files with 1234 additions and 875 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-rolling-rclcpp-action";
version = "22.1.0-r1";
version = "22.2.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_action/22.1.0-1.tar.gz";
name = "22.1.0-1.tar.gz";
sha256 = "ad42961fe8d7be5735cb93bd9e3f53aace3895a42ac6b43179effa046be06213";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_action/22.2.0-1.tar.gz";
name = "22.2.0-1.tar.gz";
sha256 = "937a0425735a75a93d41e24b0f75d8c61d8b1e392a1d63d0a39b837e48c64e55";
};
buildType = "ament_cmake";