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 Jan 22 13:37:50 2021

This commit is contained in:
Superflore 2021-01-22 13:37:51 +00:00 committed by Ben Wolsieffer
parent 16fa5d4acf
commit 67db07c9e4
7345 changed files with 10744 additions and 8552 deletions

View file

@ -1,16 +1,16 @@
# Copyright 2020 Open Source Robotics Foundation
# Copyright 2021 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, hardware-interface, rclcpp-lifecycle }:
buildRosPackage {
pname = "ros-foxy-controller-interface";
version = "0.1.0-r1";
version = "0.1.3-r1";
src = fetchurl {
url = "https://github.com/bmagyar/ros2_control-release/archive/release/foxy/controller_interface/0.1.0-1.tar.gz";
name = "0.1.0-1.tar.gz";
sha256 = "7eca783fb596932164241e67c51c6620a8d4511a7cc50aae68658e206e4befa9";
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/foxy/controller_interface/0.1.3-1.tar.gz";
name = "0.1.3-1.tar.gz";
sha256 = "100e52f0b2c977b438b8d46a1c3a343fe1794f5ab45891ffecac71dc1656992f";
};
buildType = "ament_cmake";