1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

regenerate ros-kinetic, Sat Apr 6 13:22:51 2019

This commit is contained in:
Ben Wolsieffer 2019-04-06 13:22:51 -04:00
parent 428418ebb5
commit 1e003cf608
74 changed files with 376 additions and 223 deletions

View file

@ -5,11 +5,11 @@
{ lib, buildRosPackage, fetchurl, std-srvs, cob-script-server, catkin, cob-light, rospy, std-msgs }:
buildRosPackage {
pname = "ros-kinetic-cob-default-robot-behavior";
version = "0.6.10";
version = "0.6.11";
src = fetchurl {
url = https://github.com/ipa320/cob_robots-release/archive/release/kinetic/cob_default_robot_behavior/0.6.10-0.tar.gz;
sha256 = "e4ef4fef1e836553cd43ecc77ef5e0f044f7a3952388c9a298a1af32524885b8";
url = https://github.com/ipa320/cob_robots-release/archive/release/kinetic/cob_default_robot_behavior/0.6.11-0.tar.gz;
sha256 = "3602ac2507120695a46e7dd2c388bc9ec7d8549dc6bd85ac9881c4653a5d9019";
};
propagatedBuildInputs = [ cob-light std-srvs rospy std-msgs cob-script-server ];