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

regenerate all distros, Fri Nov 29 13:44:25 2024

This commit is contained in:
Superflore 2024-11-29 13:44:25 +00:00 committed by Ben Wolsieffer
parent 5676523245
commit f08ed457d9
351 changed files with 2292 additions and 1303 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-humble-examples-rclcpp-minimal-action-client";
version = "0.15.2-r1";
version = "0.15.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/humble/examples_rclcpp_minimal_action_client/0.15.2-1.tar.gz";
name = "0.15.2-1.tar.gz";
sha256 = "0e9e3c1a58605a094ded959ce405055bf8954224c1a8395fe9fc87565376ef9e";
url = "https://github.com/ros2-gbp/examples-release/archive/release/humble/examples_rclcpp_minimal_action_client/0.15.3-1.tar.gz";
name = "0.15.3-1.tar.gz";
sha256 = "e85b3a973028fd49213173a3caf30b5af36c5ab507f6c16686a614ebad9c8c50";
};
buildType = "ament_cmake";