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 Feb 14 13:45:14 2025

This commit is contained in:
Superflore 2025-02-14 13:45:14 +00:00 committed by Ben Wolsieffer
parent f9c218f6e9
commit 4ce7073301
582 changed files with 2762 additions and 2400 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gmock, control-msgs, hardware-interface, lifecycle-msgs, pluginlib, rclcpp-lifecycle, ros2-control-test-assets }:
buildRosPackage {
pname = "ros-humble-hardware-interface-testing";
version = "2.47.0-r1";
version = "2.48.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/humble/hardware_interface_testing/2.47.0-1.tar.gz";
name = "2.47.0-1.tar.gz";
sha256 = "877d16145198225e655e93b569b9ba0c1d9b55de02e7271062213b5fe571c9c2";
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/humble/hardware_interface_testing/2.48.0-1.tar.gz";
name = "2.48.0-1.tar.gz";
sha256 = "3e805396a5ea7b3ef2616e59fa3b8327f17beea8cdd6721043abc639b0b3b963";
};
buildType = "ament_cmake";