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 May 15 12:42:30 2020

This commit is contained in:
Superflore 2020-05-15 12:42:30 +00:00 committed by Ben Wolsieffer
parent cc9e3bc907
commit a09c1296fe
176 changed files with 1311 additions and 604 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, catkin, controller-interface, hardware-interface, pluginlib, realtime-tools, roscpp, sensor-msgs }:
buildRosPackage {
pname = "ros-melodic-imu-sensor-controller";
version = "0.16.1-r1";
version = "0.17.0-r1";
src = fetchurl {
url = "https://github.com/ros-gbp/ros_controllers-release/archive/release/melodic/imu_sensor_controller/0.16.1-1.tar.gz";
name = "0.16.1-1.tar.gz";
sha256 = "906bde9773a111c797bdd07926b294ac58a367ba5059b1fba96ffd9152501ea4";
url = "https://github.com/ros-gbp/ros_controllers-release/archive/release/melodic/imu_sensor_controller/0.17.0-1.tar.gz";
name = "0.17.0-1.tar.gz";
sha256 = "96b3a79bd911ff8ce8701a8389ddaeeae2787d5d50885667a3ab7f996c0b8d74";
};
buildType = "catkin";