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, rclcpp, rclcpp-components, std-msgs }:
buildRosPackage {
pname = "ros-rolling-examples-rclcpp-minimal-composition";
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_composition/0.20.2-1.tar.gz";
name = "0.20.2-1.tar.gz";
sha256 = "71d2890d5b11214fce0865d2d1b97f53004b232de2e0fe265b2616068583e5f2";
url = "https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_composition/0.20.3-1.tar.gz";
name = "0.20.3-1.tar.gz";
sha256 = "99005af42e85dc17c5d20258e7418837f0bfbd436a141aa87a1e05e03c1d5e72";
};
buildType = "ament_cmake";