mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-19 16:40:36 +03:00
regenerate all distros, Fri May 23 14:00:27 2025
This commit is contained in:
parent
4072d6ed51
commit
7343e3e698
1655 changed files with 9285 additions and 6598 deletions
|
@ -5,12 +5,12 @@
|
|||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, rclcpp, std-msgs }:
|
||||
buildRosPackage {
|
||||
pname = "ros-rolling-examples-rclcpp-multithreaded-executor";
|
||||
version = "0.20.4-r1";
|
||||
version = "0.21.0-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_multithreaded_executor/0.20.4-1.tar.gz";
|
||||
name = "0.20.4-1.tar.gz";
|
||||
sha256 = "4eca37995bbf4751109b065ce73e8a5a846cc1b42b3830c3937ed43baa312aeb";
|
||||
url = "https://github.com/ros2-gbp/examples-release/archive/release/rolling/examples_rclcpp_multithreaded_executor/0.21.0-1.tar.gz";
|
||||
name = "0.21.0-1.tar.gz";
|
||||
sha256 = "cf5e9ffd384711efa395abb8971f14e36cc1901d47a1793d61f5852efb8ec437";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue