regenerate all distros, Fri Jul 14 13:38:15 2023

This commit is contained in:
Superflore 2023-07-14 13:38:16 +00:00 committed by Ben Wolsieffer
parent fc0a6d67a2
commit cd320a369b
355 changed files with 1579 additions and 1445 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.30.0-r1";
version = "0.30.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_cpp/0.30.0-1.tar.gz";
name = "0.30.0-1.tar.gz";
sha256 = "bc2f9cf3fb433c3396ca4570fa4cb06314c57437e93a24bcc2a46c48943a9fcd";
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_cpp/0.30.1-1.tar.gz";
name = "0.30.1-1.tar.gz";
sha256 = "cc45e6a4ee873a017d8cd564f25686641be8f1308fe2c71adc25105d333c8e11";
};
buildType = "ament_cmake";