mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate all distros, Fri Feb 28 12:55:03 2020
This commit is contained in:
parent
d093a93779
commit
b11f47c527
43 changed files with 465 additions and 113 deletions
|
@ -2,19 +2,19 @@
|
|||
# Copyright 2020 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, boost, catkin, roscpp }:
|
||||
{ lib, buildRosPackage, fetchurl, catkin, roscpp }:
|
||||
buildRosPackage {
|
||||
pname = "ros-melodic-hardware-interface";
|
||||
version = "0.16.0-r1";
|
||||
version = "0.17.0-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros-gbp/ros_control-release/archive/release/melodic/hardware_interface/0.16.0-1.tar.gz";
|
||||
name = "0.16.0-1.tar.gz";
|
||||
sha256 = "ad57d9e12500a21d1f4d3d9a63ab59c194de366b227d052e095cc50eb4fa190e";
|
||||
url = "https://github.com/ros-gbp/ros_control-release/archive/release/melodic/hardware_interface/0.17.0-1.tar.gz";
|
||||
name = "0.17.0-1.tar.gz";
|
||||
sha256 = "68e96e4c41c7d733e4680b424b7bed6efeb695b077f4225edc3c8d92a45c2a3a";
|
||||
};
|
||||
|
||||
buildType = "catkin";
|
||||
propagatedBuildInputs = [ boost roscpp ];
|
||||
propagatedBuildInputs = [ roscpp ];
|
||||
nativeBuildInputs = [ catkin ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue