1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 21:50:38 +03:00

regenerate all distros, Fri Jul 1 13:51:59 2022

This commit is contained in:
Superflore 2022-07-01 13:51:59 +00:00 committed by Ben Wolsieffer
parent 6b09de5c1a
commit 4f4522ad3a
400 changed files with 4361 additions and 1176 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, catkin, controller-interface, hardware-interface, pluginlib, realtime-tools, rm-common, rm-msgs, roscpp, roslint }:
buildRosPackage {
pname = "ros-noetic-tof-sensor-controller";
version = "0.1.4-r1";
version = "0.1.5-r1";
src = fetchurl {
url = "https://github.com/rm-controls/rm_controllers-release/archive/release/noetic/tof_sensor_controller/0.1.4-1.tar.gz";
name = "0.1.4-1.tar.gz";
sha256 = "9915f2cc49f0b8b47642f2ff1278478467f846bc0bc110439f032992a6f1453b";
url = "https://github.com/rm-controls/rm_controllers-release/archive/release/noetic/tof_sensor_controller/0.1.5-1.tar.gz";
name = "0.1.5-1.tar.gz";
sha256 = "f661879fbed2c87d9d3a8320b8179bb0f164cfc6f5c05f041d56d3f69a171cbf";
};
buildType = "catkin";