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, Sat May 2 01:00:46 2020

This commit is contained in:
Superflore 2020-05-02 01:00:46 +00:00 committed by Ben Wolsieffer
parent cfffea0454
commit 137fc893ae
192 changed files with 1600 additions and 750 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.15.1-r1";
version = "0.16.1-r1";
src = fetchurl {
url = "https://github.com/ros-gbp/ros_controllers-release/archive/release/melodic/forward_command_controller/0.15.1-1.tar.gz";
name = "0.15.1-1.tar.gz";
sha256 = "b04daaf8ae46594040fe7ab857d20706190b65c273ad76ff91cdc851e5ef4c98";
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";
};
buildType = "catkin";