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, realtime-tools, std-msgs }:
buildRosPackage {
pname = "ros-melodic-forward-command-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/forward_command_controller/0.16.1-1.tar.gz";
name = "0.16.1-1.tar.gz";
sha256 = "c44eafec99c5d1625187d02225b2231089e39f599df2e9e9404b708ac89867f8";
url = "https://github.com/ros-gbp/ros_controllers-release/archive/release/melodic/forward_command_controller/0.17.0-1.tar.gz";
name = "0.17.0-1.tar.gz";
sha256 = "851506838fdda35c65514dc42d4ecaa89618376cdde5617a204e42ecb86adb63";
};
buildType = "catkin";