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

regenerate all distros, Fri Mar 17 13:53:56 2023

This commit is contained in:
Superflore 2023-03-17 13:53:56 +00:00 committed by Ben Wolsieffer
parent 155fc6ac23
commit 7243f94a53
876 changed files with 5198 additions and 3324 deletions

View file

@ -5,18 +5,17 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gmock, hardware-interface, rclcpp-lifecycle, sensor-msgs }:
buildRosPackage {
pname = "ros-rolling-controller-interface";
version = "3.7.0-r1";
version = "3.9.0-r2";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/rolling/controller_interface/3.7.0-1.tar.gz";
name = "3.7.0-1.tar.gz";
sha256 = "5bf1528fef53762d6dc815f89bffadbaa0f8499f7216d4134e77d9bd91e93d50";
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/rolling/controller_interface/3.9.0-2.tar.gz";
name = "3.9.0-2.tar.gz";
sha256 = "8b46bd1bf2e0a6522680ea271384f9c9efcb4bee473d5505b653310cba811140";
};
buildType = "ament_cmake";
buildInputs = [ ament-cmake ];
buildInputs = [ ament-cmake hardware-interface rclcpp-lifecycle sensor-msgs ];
checkInputs = [ ament-cmake-gmock ];
propagatedBuildInputs = [ hardware-interface rclcpp-lifecycle sensor-msgs ];
nativeBuildInputs = [ ament-cmake ];
meta = {