regenerate all distros, Fri May 10 13:12:06 2024

This commit is contained in:
Superflore 2024-05-10 13:12:06 +00:00 committed by Ben Wolsieffer
parent 1d5ae52f3e
commit f1c32375c2
1007 changed files with 7042 additions and 3625 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.19.2-r1";
version = "0.20.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_composition/0.19.2-1.tar.gz";
name = "0.19.2-1.tar.gz";
sha256 = "52d8ade833dbfb3622603c11645ad4b6042b10feaabc6fe1e27b14e7a8e5d24a";
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";
};
buildType = "ament_cmake";