1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 21:50:38 +03:00

regenerate all distros, Fri Jul 26 13:34:25 2024

This commit is contained in:
Superflore 2024-07-26 13:34:25 +00:00 committed by Ben Wolsieffer
parent a76cac0463
commit 400bfc88fb
2195 changed files with 17872 additions and 7924 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, example-interfaces, rclcpp, rclcpp-action }:
buildRosPackage {
pname = "ros-rolling-examples-rclcpp-minimal-action-client";
version = "0.20.0-r1";
version = "0.20.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_action_client/0.20.0-1.tar.gz";
name = "0.20.0-1.tar.gz";
sha256 = "75b26dd4fa12eabdc9cc992d27877bbcb648d76a588f043c5763e54195b233c3";
url = "https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_action_client/0.20.1-1.tar.gz";
name = "0.20.1-1.tar.gz";
sha256 = "ca4a6c610d5c144f2b9a9b59425cb66fac25eee5ea47ec25bd4544139322bfe4";
};
buildType = "ament_cmake";