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 Jun 25 12:45:04 2021

This commit is contained in:
Superflore 2021-06-25 12:45:04 +00:00 committed by Ben Wolsieffer
parent de81aededb
commit 54fb4baeb2
280 changed files with 3140 additions and 815 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, catkin, controller-interface, hardware-interface, realtime-tools, roscpp, std-msgs }:
buildRosPackage {
pname = "ros-noetic-forward-command-controller";
version = "0.18.1-r1";
version = "0.19.0-r1";
src = fetchurl {
url = "https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/forward_command_controller/0.18.1-1.tar.gz";
name = "0.18.1-1.tar.gz";
sha256 = "f8f5bcfb8121fd2bf2d2d6a95d7084e9297e901962151805469708761e03b3c9";
url = "https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/forward_command_controller/0.19.0-1.tar.gz";
name = "0.19.0-1.tar.gz";
sha256 = "add33ba307dbd9f4a90192dda911ec466d854e7774cd199489afaad75c83f4f8";
};
buildType = "catkin";