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 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, rclcpp, rclcpp-components, std-msgs }:
buildRosPackage {
pname = "ros-rolling-examples-rclcpp-minimal-composition";
version = "0.20.1-r1";
version = "0.20.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_minimal_composition/0.20.1-1.tar.gz";
name = "0.20.1-1.tar.gz";
sha256 = "cc151422f35cf8114e03d24edbf7251a9bf9842ae968c8e4b8086da2f25ced26";
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";
};
buildType = "ament_cmake";