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 Aug 12 14:45:56 2022

This commit is contained in:
Superflore 2022-08-12 14:45:56 +00:00 committed by Ben Wolsieffer
parent 22efb906ce
commit ac07c183e7
315 changed files with 1565 additions and 1224 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, actionlib, actionlib-msgs, catkin, cob-actions, cob-light, cob-mimic, cob-sound, control-msgs, geometry-msgs, message-generation, message-runtime, move-base-msgs, python3Packages, rospy, rostest, std-msgs, std-srvs, tf, trajectory-msgs, urdfdom-py }:
buildRosPackage {
pname = "ros-noetic-cob-script-server";
version = "0.6.28-r1";
version = "0.6.29-r1";
src = fetchurl {
url = "https://github.com/ipa320/cob_command_tools-release/archive/release/noetic/cob_script_server/0.6.28-1.tar.gz";
name = "0.6.28-1.tar.gz";
sha256 = "1143ba075358fb31c5792ca553dd31ae5b8f033da31ced72af42b23ce0105920";
url = "https://github.com/ipa320/cob_command_tools-release/archive/release/noetic/cob_script_server/0.6.29-1.tar.gz";
name = "0.6.29-1.tar.gz";
sha256 = "e82ccbefa9f9c95ee781051b66a55c8b3fe3494d441147834458af1d70edbc06";
};
buildType = "catkin";