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 Aug 2 13:27:09 2024

This commit is contained in:
Superflore 2024-08-02 13:27:09 +00:00 committed by Ben Wolsieffer
parent 461db9a822
commit 69219f8f35
415 changed files with 2099 additions and 1630 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-server";
version = "0.15.1-r1";
version = "0.15.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/humble/examples_rclcpp_minimal_action_server/0.15.1-1.tar.gz";
name = "0.15.1-1.tar.gz";
sha256 = "2c8fa1fec9b36c6d53cbf35f3462f590c28143270bc8387b5565e61fb0d5b3f8";
url = "https://github.com/ros2-gbp/examples-release/archive/release/humble/examples_rclcpp_minimal_action_server/0.15.2-1.tar.gz";
name = "0.15.2-1.tar.gz";
sha256 = "ef67f18f41667633b39ff597ead9148b5d9dbbc6ac8aa21588c09b224ed1f60f";
};
buildType = "ament_cmake";