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

regenerate all distros, Fri Nov 15 13:25:01 2024

This commit is contained in:
Superflore 2024-11-15 13:25:01 +00:00 committed by Ben Wolsieffer
parent 73d002eb26
commit f07f7f9c42
500 changed files with 2379 additions and 1961 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, rclcpp, std-msgs }:
buildRosPackage {
pname = "ros-iron-examples-rclcpp-multithreaded-executor";
version = "0.18.1-r1";
version = "0.18.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/examples-release/archive/release/iron/examples_rclcpp_multithreaded_executor/0.18.1-1.tar.gz";
name = "0.18.1-1.tar.gz";
sha256 = "f7ac9607ef86503bfe6e8bd0b37d7a5b0a0f7b5d4dc1856afbd7984fa6ff6d58";
url = "https://github.com/ros2-gbp/examples-release/archive/release/iron/examples_rclcpp_multithreaded_executor/0.18.2-1.tar.gz";
name = "0.18.2-1.tar.gz";
sha256 = "42f4e659f330fbf70f4875795f82836c8a02a8b5d51cdd176ab6b4593656056d";
};
buildType = "ament_cmake";