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 }:
buildRosPackage {
pname = "ros-jazzy-examples-rclcpp-minimal-timer";
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_timer/0.19.4-1.tar.gz";
name = "0.19.4-1.tar.gz";
sha256 = "e2d1a06ca78b363885244f79d364448d97f34811850ed7580aef32288a85593e";
url = "https://github.com/ros2-gbp/examples-release/archive/release/jazzy/examples_rclcpp_minimal_timer/0.19.5-1.tar.gz";
name = "0.19.5-1.tar.gz";
sha256 = "83278b4e80aa4347f48998e548c408a110542a17b9620e7a46b451efd2f96e07";
};
buildType = "ament_cmake";