mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-13 21:50:38 +03:00
regenerate all distros, Fri Feb 10 13:32:22 2023
This commit is contained in:
parent
b79845c4ed
commit
713bae5fa1
321 changed files with 2750 additions and 1155 deletions
|
@ -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.21.0-r1";
|
||||
version = "0.21.1-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/forward_command_controller/0.21.0-1.tar.gz";
|
||||
name = "0.21.0-1.tar.gz";
|
||||
sha256 = "316d39e6cd77b1339a38c0f434903f991a6c08c5a56ba757785518de041605a6";
|
||||
url = "https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/forward_command_controller/0.21.1-1.tar.gz";
|
||||
name = "0.21.1-1.tar.gz";
|
||||
sha256 = "5e0da91dd971bc9cf09c4251e076355dd3ffcec02d0a90c61d5558cd7f4d55a2";
|
||||
};
|
||||
|
||||
buildType = "catkin";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue