mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-13 03:04:49 +03:00
regenerate all distros, Tue May 2 16:50:21 2023
This commit is contained in:
parent
4817b14e2d
commit
fd3628c920
1601 changed files with 10237 additions and 5790 deletions
|
@ -5,12 +5,12 @@
|
|||
{ lib, buildRosPackage, fetchurl, ament-cmake-google-benchmark, ament-cmake-gtest, ament-cmake-ros, ament-index-cpp, ament-lint-auto, ament-lint-common, class-loader, composition-interfaces, launch-testing, rclcpp, rcpputils, std-msgs }:
|
||||
buildRosPackage {
|
||||
pname = "ros-rolling-rclcpp-components";
|
||||
version = "19.3.0-r1";
|
||||
version = "21.1.0-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_components/19.3.0-1.tar.gz";
|
||||
name = "19.3.0-1.tar.gz";
|
||||
sha256 = "bb6095b737e8b092ffe0449bcdeeffc82e68dfe697905203bb7643eee81a412c";
|
||||
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_components/21.1.0-1.tar.gz";
|
||||
name = "21.1.0-1.tar.gz";
|
||||
sha256 = "b84087855018352f70376aeb101a558342fbf0e91f6360523b792eb94c2b521b";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue