regenerate all distros, Fri Apr 4 13:36:01 2025

This commit is contained in:
Superflore 2025-04-04 13:36:01 +00:00 committed by Ben Wolsieffer
parent 308d6c5990
commit 2985461e1c
717 changed files with 3524 additions and 2853 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, example-interfaces, rclcpp, rclcpp-action }:
buildRosPackage {
pname = "ros-jazzy-examples-rclcpp-minimal-action-server";
version = "0.19.4-r1";
version = "0.19.5-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/jazzy/examples_rclcpp_minimal_action_server/0.19.4-1.tar.gz";
name = "0.19.4-1.tar.gz";
sha256 = "424e95ec27666a695b82fb8194ce2868ce97779f9b97efda0150d889e982cc70";
url = "https://github.com/ros2-gbp/examples-release/archive/release/jazzy/examples_rclcpp_minimal_action_server/0.19.5-1.tar.gz";
name = "0.19.5-1.tar.gz";
sha256 = "a22726e1726b41f4d3f0ecd260d028751eadcada51989fee1d3bc9597fca90f9";
};
buildType = "ament_cmake";