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, Fri Jan 7 13:12:33 2022

This commit is contained in:
Superflore 2022-01-07 13:12:33 +00:00 committed by Ben Wolsieffer
parent bd65ab8019
commit 0a6544c7d0
5591 changed files with 8373 additions and 7003 deletions

View file

@ -1,16 +1,16 @@
# Copyright 2021 Open Source Robotics Foundation
# Copyright 2022 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gmock, ament-lint-auto, ament-lint-common, hardware-interface, rclcpp-lifecycle, sensor-msgs }:
buildRosPackage {
pname = "ros-foxy-controller-interface";
version = "0.8.1-r1";
version = "0.9.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/foxy/controller_interface/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "9c0917f474b30a4ccf030e893c9ab545df2bd84ccdaee9d59303fa16edf9f57c";
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/foxy/controller_interface/0.9.0-1.tar.gz";
name = "0.9.0-1.tar.gz";
sha256 = "d684bf9f752a2bb6883634da7b42a5998f7bdeb059ad94303c374b6e6bb02e93";
};
buildType = "ament_cmake";