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 Oct 4 13:25:33 2024

This commit is contained in:
Superflore 2024-10-04 13:25:33 +00:00 committed by Ben Wolsieffer
parent e311549688
commit 393b154bd3
838 changed files with 4944 additions and 3346 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.2.1-r1";
version = "3.2.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rcl_logging-release/archive/release/rolling/rcl_logging_noop/3.2.1-1.tar.gz";
name = "3.2.1-1.tar.gz";
sha256 = "9d19c94c210592c7a68b05130f6347e152eb5a33a7bbc9ac4851cd07146d8d54";
url = "https://github.com/ros2-gbp/rcl_logging-release/archive/release/rolling/rcl_logging_noop/3.2.2-1.tar.gz";
name = "3.2.2-1.tar.gz";
sha256 = "7b95f804449af7a0c44ac036fcb5631bae88ef14043d534f92afd2ef25e5fb63";
};
buildType = "ament_cmake";