1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 21:50:38 +03:00

regenerate all distros, Fri Apr 5 13:51:29 2024

This commit is contained in:
Superflore 2024-04-05 13:51:29 +00:00 committed by Ben Wolsieffer
parent 1b9585ae8f
commit e6d11a616c
569 changed files with 3320 additions and 2213 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-gmock, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, launch-testing, python3Packages, rcl-logging-interface, rcutils }:
buildRosPackage {
pname = "ros-rolling-rcl-logging-noop";
version = "3.0.0-r2";
version = "3.1.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rcl_logging-release/archive/release/rolling/rcl_logging_noop/3.0.0-2.tar.gz";
name = "3.0.0-2.tar.gz";
sha256 = "32239b119daf6e33a068605ae552d0209ee3fa33473a0e35194092e5ae650f35";
url = "https://github.com/ros2-gbp/rcl_logging-release/archive/release/rolling/rcl_logging_noop/3.1.0-1.tar.gz";
name = "3.1.0-1.tar.gz";
sha256 = "a382af0fb30d5a7e850e3f034f40826c26e86eb078ecd18b077c95f3317a8903";
};
buildType = "ament_cmake";