regenerate all distros, Fri Jul 26 13:34:25 2024

This commit is contained in:
Superflore 2024-07-26 13:34:25 +00:00 committed by Ben Wolsieffer
parent a76cac0463
commit 400bfc88fb
2195 changed files with 17872 additions and 7924 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-rolling-examples-rclcpp-minimal-composition";
version = "0.20.0-r1";
version = "0.20.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_composition/0.20.0-1.tar.gz";
name = "0.20.0-1.tar.gz";
sha256 = "c28a79e02ccf21ad549deec7cfe5652b70f64626825e114eef305543379c91be";
url = "https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_composition/0.20.1-1.tar.gz";
name = "0.20.1-1.tar.gz";
sha256 = "cc151422f35cf8114e03d24edbf7251a9bf9842ae968c8e4b8086da2f25ced26";
};
buildType = "ament_cmake";