1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 06:00:38 +03:00

regenerate all distros, Fri Apr 4 13:36:01 2025

This commit is contained in:
Superflore 2025-04-04 13:36:01 +00:00 committed by Ben Wolsieffer
parent 308d6c5990
commit 2985461e1c
717 changed files with 3524 additions and 2853 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-copyright, ament-cmake-test, launch-testing, python-cmake-module }:
buildRosPackage {
pname = "ros-humble-launch-testing-ament-cmake";
version = "1.0.7-r1";
version = "1.0.8-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/launch-release/archive/release/humble/launch_testing_ament_cmake/1.0.7-1.tar.gz";
name = "1.0.7-1.tar.gz";
sha256 = "c68106e8925f5613116552aa8f623dd1b2b4e9dd0f2082ac142edb23c789afff";
url = "https://github.com/ros2-gbp/launch-release/archive/release/humble/launch_testing_ament_cmake/1.0.8-1.tar.gz";
name = "1.0.8-1.tar.gz";
sha256 = "5e57fd1eff21cc10fa55f86df10953f291f18d92c0a06de33151fe64a2d52a7f";
};
buildType = "ament_cmake";