1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 13:40:32 +03:00

regenerate all distros, Fri Dec 27 13:14:53 2024

This commit is contained in:
Superflore 2024-12-27 13:14:54 +00:00 committed by Ben Wolsieffer
parent 3f0195fb5d
commit 1dd9d25f62
1172 changed files with 6806 additions and 4584 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gen-version-h, ament-cmake-gmock, geometry-msgs, hardware-interface, rclcpp-lifecycle, realtime-tools, sensor-msgs }:
buildRosPackage {
pname = "ros-rolling-controller-interface";
version = "4.20.0-r1";
version = "4.22.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/rolling/controller_interface/4.20.0-1.tar.gz";
name = "4.20.0-1.tar.gz";
sha256 = "f9895d864d8caf4483b1cfac2dd721bb3c6b21a2523f52a78434478e69fef4fb";
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/rolling/controller_interface/4.22.0-1.tar.gz";
name = "4.22.0-1.tar.gz";
sha256 = "2558297cca14d6f4b35398efc2d7a3d0bd96203311bd8a5a15f16d420f2f6f09";
};
buildType = "ament_cmake";