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, Tue Aug 8 19:06:13 2023

This commit is contained in:
Superflore 2023-08-08 19:06:13 +00:00 committed by Ben Wolsieffer
parent 069e4c0175
commit 1b242a4032
269 changed files with 1357 additions and 817 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gmock, hardware-interface, rclcpp-lifecycle, sensor-msgs }:
buildRosPackage {
pname = "ros-rolling-controller-interface";
version = "3.16.0-r1";
version = "3.17.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/rolling/controller_interface/3.16.0-1.tar.gz";
name = "3.16.0-1.tar.gz";
sha256 = "61d89a0ee1721f8f770a238a88c3c28e49dfb36c918368a3c21fba28c28a1a30";
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/rolling/controller_interface/3.17.0-1.tar.gz";
name = "3.17.0-1.tar.gz";
sha256 = "1348ac407e314465b6c920343528c3d0544b2f57c9fffdb29449220158592e42";
};
buildType = "ament_cmake";