regenerate all distros, Fri Aug 25 13:31:58 2023

This commit is contained in:
Superflore 2023-08-25 13:31:58 +00:00 committed by Ben Wolsieffer
parent e8ff928334
commit 4c0baef357
346 changed files with 1695 additions and 1366 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.1-r1";
version = "0.31.0-r1";
src = fetchurl {
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";
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_cpp/0.31.0-1.tar.gz";
name = "0.31.0-1.tar.gz";
sha256 = "a99081e414e1d6bfc31737248a9f0a835a4848f7966dab28e8e4bd1dc357b594";
};
buildType = "ament_cmake";