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 Jun 25 12:45:04 2021

This commit is contained in:
Superflore 2021-06-25 12:45:04 +00:00 committed by Ben Wolsieffer
parent de81aededb
commit 54fb4baeb2
280 changed files with 3140 additions and 815 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, catkin, roscpp }:
buildRosPackage {
pname = "ros-melodic-hardware-interface";
version = "0.18.3-r1";
version = "0.18.4-r1";
src = fetchurl {
url = "https://github.com/ros-gbp/ros_control-release/archive/release/melodic/hardware_interface/0.18.3-1.tar.gz";
name = "0.18.3-1.tar.gz";
sha256 = "12b51dc4acecbcb9708127d984e587166aa1882301096389be9e62fbfe74d9e5";
url = "https://github.com/ros-gbp/ros_control-release/archive/release/melodic/hardware_interface/0.18.4-1.tar.gz";
name = "0.18.4-1.tar.gz";
sha256 = "b80c58cf8ee11ea90f4efbe8498f686bc6b0e64c023b933e4abc1994f05b6bcc";
};
buildType = "catkin";