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, rclcpp, rclcpp-components, std-msgs }:
buildRosPackage {
pname = "ros-jazzy-examples-rclcpp-minimal-composition";
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_composition/0.19.4-1.tar.gz";
name = "0.19.4-1.tar.gz";
sha256 = "8f61a851ca98905d293a8efb4c5adb4cbb2f741b6d2cc3f7dfe3c292fb01eac1";
url = "https://github.com/ros2-gbp/examples-release/archive/release/jazzy/examples_rclcpp_minimal_composition/0.19.5-1.tar.gz";
name = "0.19.5-1.tar.gz";
sha256 = "b0957ca598fb3f4bb25002dba4cad0f76aabeae5137ea06986ab5bfe317df889";
};
buildType = "ament_cmake";