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 Sep 8 13:49:36 2023

This commit is contained in:
Superflore 2023-09-08 13:49:36 +00:00 committed by Ben Wolsieffer
parent 0c68b03e1f
commit d8cea8b151
227 changed files with 1234 additions and 875 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.21.1-r1";
version = "0.21.2-r1";
src = fetchurl {
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";
url = "https://github.com/ros-gbp/ros_controllers-release/archive/release/noetic/forward_command_controller/0.21.2-1.tar.gz";
name = "0.21.2-1.tar.gz";
sha256 = "0782b44164bf501102fc0fe9bf1ae9d9c109e97e6520694b7d1df71b94f965c7";
};
buildType = "catkin";