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 Dec 27 13:14:53 2024

This commit is contained in:
Superflore 2024-12-27 13:14:54 +00:00 committed by Ben Wolsieffer
parent 3f0195fb5d
commit 1dd9d25f62
1172 changed files with 6806 additions and 4584 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, example-interfaces, rclcpp }:
buildRosPackage {
pname = "ros-rolling-examples-rclcpp-minimal-client";
version = "0.20.3-r1";
version = "0.20.4-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_client/0.20.3-1.tar.gz";
name = "0.20.3-1.tar.gz";
sha256 = "acd193682783222b6d207451aef4509231d045829c31f47496fbecac3bfd527a";
url = "https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_client/0.20.4-1.tar.gz";
name = "0.20.4-1.tar.gz";
sha256 = "3158e288952f551f14f4b067bbb870975774f077cbd04c4a256dab574a0a917f";
};
buildType = "ament_cmake";