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 Nov 22 13:28:00 2024

This commit is contained in:
Superflore 2024-11-22 13:28:00 +00:00 committed by Ben Wolsieffer
parent 458ca0b17a
commit 45237061be
391 changed files with 1855 additions and 1668 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.2-r1";
version = "0.20.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_action_client/0.20.2-1.tar.gz";
name = "0.20.2-1.tar.gz";
sha256 = "beaf21f915f9ebcb26e0943946dd71a0ffc1874181edc42aa47d6e42e04fa227";
url = "https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_action_client/0.20.3-1.tar.gz";
name = "0.20.3-1.tar.gz";
sha256 = "b5354d2b17527f1e17ee691bd803e91625d349413fb6239760bb56ed6c515aa0";
};
buildType = "ament_cmake";