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 Jul 14 13:38:15 2023

This commit is contained in:
Superflore 2023-07-14 13:38:16 +00:00 committed by Ben Wolsieffer
parent fc0a6d67a2
commit cd320a369b
355 changed files with 1579 additions and 1445 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-pytest, ament-cmake-python, ament-cmake-ros, ament-lint-auto, builtin-interfaces, python-cmake-module, rclcpp, rclcpp-lifecycle, rclpy, rcutils, sensor-msgs, std-msgs }:
buildRosPackage {
pname = "ros-rolling-message-filters";
version = "4.9.0-r1";
version = "4.9.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_message_filters-release/archive/release/rolling/message_filters/4.9.0-1.tar.gz";
name = "4.9.0-1.tar.gz";
sha256 = "e5c0433c51f2282c72e27451f2504a13059b25d9075efe706bfe4cf8536e1d4f";
url = "https://github.com/ros2-gbp/ros2_message_filters-release/archive/release/rolling/message_filters/4.9.1-1.tar.gz";
name = "4.9.1-1.tar.gz";
sha256 = "1c7a08a778030058543b838cf32854f96d5eb52cff135682f146709e21a66739";
};
buildType = "ament_cmake";
@ -20,7 +20,7 @@ buildRosPackage {
nativeBuildInputs = [ ament-cmake-python ament-cmake-ros python-cmake-module ];
meta = {
description = ''A set of ROS2 message filters which take in messages and may output those messages at a later time, based on the conditions that filter needs met.'';
description = ''A set of ROS 2 message filters which take in messages and may output those messages at a later time, based on the conditions that filter needs met.'';
license = with lib.licenses; [ bsdOriginal ];
};
}