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, rcpputils, rcutils }:
buildRosPackage {
pname = "ros-rolling-rcl-logging-interface";
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_interface/3.1.0-1.tar.gz";
name = "3.1.0-1.tar.gz";
sha256 = "a3cd324bd7b2abbf9944f5e4197ba61683e5c2536df0f39a256de23433ca75cd";
url = "https://github.com/ros2-gbp/rcl_logging-release/archive/release/rolling/rcl_logging_interface/3.2.0-1.tar.gz";
name = "3.2.0-1.tar.gz";
sha256 = "fbbcb791d1f4b43f7f1d4430f0add02ca299b6301473f2458c7ead43768cf60c";
};
buildType = "ament_cmake";