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, Mon Apr 19 01:10:27 2021

This commit is contained in:
Superflore 2021-04-19 01:10:27 +00:00 committed by Ben Wolsieffer
parent 0d3aca6651
commit 880145cbb8
315 changed files with 1737 additions and 1033 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-gmock, ament-cmake-gtest, ament-cmake-pytest, ament-cmake-ros, ament-lint-auto, ament-lint-common, launch-testing, log4cxx, python3Packages, rcutils }:
buildRosPackage {
pname = "ros-foxy-rcl-logging-log4cxx";
version = "1.0.1-r1";
version = "1.1.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rcl_logging-release/archive/release/foxy/rcl_logging_log4cxx/1.0.1-1.tar.gz";
name = "1.0.1-1.tar.gz";
sha256 = "d38f5cbaefeb0c3649ee51ceacbf9a87096adfb8f14657668bf9e46c5a8602b4";
url = "https://github.com/ros2-gbp/rcl_logging-release/archive/release/foxy/rcl_logging_log4cxx/1.1.0-1.tar.gz";
name = "1.1.0-1.tar.gz";
sha256 = "55d0928eff4e7e573a3fcb13b49319c6321fed83319a720d7dd21e228d641a18";
};
buildType = "ament_cmake";