1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 21:50: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-copyright, ament-flake8, ament-index-python, ament-mypy, ament-pep257, osrf-pycommon, python3Packages }:
buildRosPackage {
pname = "ros-jazzy-launch";
version = "3.4.3-r1";
version = "3.4.4-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/launch-release/archive/release/jazzy/launch/3.4.3-1.tar.gz";
name = "3.4.3-1.tar.gz";
sha256 = "3f1993757234042363e851693f8d79fd978174d371ad1181e7abe1e6bca9a98a";
url = "https://github.com/ros2-gbp/launch-release/archive/release/jazzy/launch/3.4.4-1.tar.gz";
name = "3.4.4-1.tar.gz";
sha256 = "0780dd57dff6c140df4493c08ee224042e402c37b8e7deaf4a3cd42fb4d71f6c";
};
buildType = "ament_python";