1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

regenerate all distros, Fri Mar 8 13:41:18 2024

This commit is contained in:
Superflore 2024-03-08 13:41:18 +00:00 committed by Ben Wolsieffer
parent 2c2781805f
commit de1ea0a747
1165 changed files with 4832 additions and 4718 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ament-lint-auto, ament-lint-common, performance-test-fixture, rcl-logging-interface, rcpputils, rcutils, spdlog, spdlog-vendor }:
buildRosPackage {
pname = "ros-rolling-rcl-logging-spdlog";
version = "3.0.0-r1";
version = "3.0.0-r2";
src = fetchurl {
url = "https://github.com/ros2-gbp/rcl_logging-release/archive/release/rolling/rcl_logging_spdlog/3.0.0-1.tar.gz";
name = "3.0.0-1.tar.gz";
sha256 = "62b6a820823389205b398756ee250be68c0a7299ed1014108953c9b0c45cb4a3";
url = "https://github.com/ros2-gbp/rcl_logging-release/archive/release/rolling/rcl_logging_spdlog/3.0.0-2.tar.gz";
name = "3.0.0-2.tar.gz";
sha256 = "105b87c81319ba6c2937d5c3761e923dcb73ee1705e744ff781f61001008450a";
};
buildType = "ament_cmake";