regenerate all distros, Fri Apr 5 13:51:29 2024

This commit is contained in:
Superflore 2024-04-05 13:51:29 +00:00 committed by Ben Wolsieffer
parent 1b9585ae8f
commit e6d11a616c
569 changed files with 3320 additions and 2213 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, action-tutorials-interfaces, ament-cmake, ament-lint-auto, ament-lint-common, rclcpp, rclcpp-action, rclcpp-components }:
buildRosPackage {
pname = "ros-rolling-action-tutorials-cpp";
version = "0.33.1-r2";
version = "0.33.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_cpp/0.33.1-2.tar.gz";
name = "0.33.1-2.tar.gz";
sha256 = "db53e3fc46184980d5b10652d081d68ddd0b59cb21d265e806bed06b0b232184";
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_cpp/0.33.2-1.tar.gz";
name = "0.33.2-1.tar.gz";
sha256 = "acd6ed2cd10d64b2341505261f9df1885ff30c4f6f8b1d5cf3a65f29c3a9cc45";
};
buildType = "ament_cmake";