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

regenerate all distros, Fri Sep 8 13:49:36 2023

This commit is contained in:
Superflore 2023-09-08 13:49:36 +00:00 committed by Ben Wolsieffer
parent 0c68b03e1f
commit d8cea8b151
227 changed files with 1234 additions and 875 deletions

View file

@ -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 = "22.1.0-r1";
version = "22.2.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_components/22.1.0-1.tar.gz";
name = "22.1.0-1.tar.gz";
sha256 = "67936bf407e3bc16493418462a4a3eb51f62fbe820ed4f7bdf8ea78a99e7bb94";
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/rolling/rclcpp_components/22.2.0-1.tar.gz";
name = "22.2.0-1.tar.gz";
sha256 = "a6f1c49bd3de0da8d19584d246f30a62c02c0c7e6db6cf1d0f7c0a4c34e33b8a";
};
buildType = "ament_cmake";