1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +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-jazzy-launch-testing-ament-cmake";
version = "3.4.3-r1";
version = "3.4.4-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/launch-release/archive/release/jazzy/launch_testing_ament_cmake/3.4.3-1.tar.gz";
name = "3.4.3-1.tar.gz";
sha256 = "2047f755a0bcec39277a3db0913b63efc01ab281ecacd68b33cf571a0d5d8bfd";
url = "https://github.com/ros2-gbp/launch-release/archive/release/jazzy/launch_testing_ament_cmake/3.4.4-1.tar.gz";
name = "3.4.4-1.tar.gz";
sha256 = "b8424075b39b6c0dc74afb7d0fa5c045c0d843aff0598f69a1895562503f0e29";
};
buildType = "ament_cmake";