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 17 13:53:56 2023

This commit is contained in:
Superflore 2023-03-17 13:53:56 +00:00 committed by Ben Wolsieffer
parent 155fc6ac23
commit 7243f94a53
876 changed files with 5198 additions and 3324 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 = "2.4.3-r1";
version = "2.5.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rcl_logging-release/archive/release/rolling/rcl_logging_spdlog/2.4.3-1.tar.gz";
name = "2.4.3-1.tar.gz";
sha256 = "1141ae9ddc06a9650de9b2db0d6c544ff2f70dad03dac6743b1ee5037626dfd5";
url = "https://github.com/ros2-gbp/rcl_logging-release/archive/release/rolling/rcl_logging_spdlog/2.5.0-1.tar.gz";
name = "2.5.0-1.tar.gz";
sha256 = "e57145ffa8abc6214e93056ec7145ca20f9d91acbdbb35bf860585c4031cbe0f";
};
buildType = "ament_cmake";