1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-19 00:20:36 +03:00

regenerate all distros, Fri Dec 20 17:04:47 2019

This commit is contained in:
Superflore 2019-12-20 17:04:47 +00:00 committed by Ben Wolsieffer
parent 7bbd6df901
commit 3c2e731332
121 changed files with 1641 additions and 293 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, catkin, cmake-modules, eigen }:
buildRosPackage {
pname = "ros-melodic-hebi-cpp-api";
version = "3.1.0-r1";
version = "3.1.1-r1";
src = fetchurl {
url = "https://github.com/HebiRobotics/hebi_cpp_api_ros-release/archive/release/melodic/hebi_cpp_api/3.1.0-1.tar.gz";
name = "3.1.0-1.tar.gz";
sha256 = "73ceffbaff6864c606a7d69dbe1557f8de4601c9ae65f4dd1ecc396dcae0ee90";
url = "https://github.com/HebiRobotics/hebi_cpp_api_ros-release/archive/release/melodic/hebi_cpp_api/3.1.1-1.tar.gz";
name = "3.1.1-1.tar.gz";
sha256 = "f88c51964ab97c6dc486e8b57e3050b6573de43aad68806a28dedea5f93227ac";
};
buildType = "catkin";