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, 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.2-r1";
version = "0.34.0-r1";
src = fetchurl {
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";
url = "https://github.com/ros2-gbp/demos-release/archive/release/rolling/action_tutorials_cpp/0.34.0-1.tar.gz";
name = "0.34.0-1.tar.gz";
sha256 = "d55a4b394981e9f15043e70490683957ae12f1fabcf488991135159292f0298e";
};
buildType = "ament_cmake";