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 May 10 13:12:06 2024

This commit is contained in:
Superflore 2024-05-10 13:12:06 +00:00 committed by Ben Wolsieffer
parent 1d5ae52f3e
commit f1c32375c2
1007 changed files with 7042 additions and 3625 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.1.0-r1";
version = "3.2.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rcl_logging-release/archive/release/rolling/rcl_logging_spdlog/3.1.0-1.tar.gz";
name = "3.1.0-1.tar.gz";
sha256 = "0b6cf197ac5d515d0081df4c1b8e1eceb1a7ca9a9c8444f03ae8c0e2cd919129";
url = "https://github.com/ros2-gbp/rcl_logging-release/archive/release/rolling/rcl_logging_spdlog/3.2.0-1.tar.gz";
name = "3.2.0-1.tar.gz";
sha256 = "c97654c1e85311a8c8edb44863e591963dbd0b6f5ae0ce6f35081987aa7f8dfa";
};
buildType = "ament_cmake";