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 Nov 4 13:38:02 2022

This commit is contained in:
Superflore 2022-11-04 13:38:03 +00:00 committed by Ben Wolsieffer
parent 0e8f3d88ae
commit a1596850e0
6690 changed files with 6930 additions and 8596 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-index-python, ament-pep257, launch, osrf-pycommon, python3Packages, pythonPackages }:
buildRosPackage {
pname = "ros-foxy-launch-testing";
version = "0.10.9-r1";
version = "0.10.10-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/launch-release/archive/release/foxy/launch_testing/0.10.9-1.tar.gz";
name = "0.10.9-1.tar.gz";
sha256 = "4c2573578e5c91a139c1b972ec14f4d6efd16cd5c971cbc603a1fb145fdab1db";
url = "https://github.com/ros2-gbp/launch-release/archive/release/foxy/launch_testing/0.10.10-1.tar.gz";
name = "0.10.10-1.tar.gz";
sha256 = "5596b2338ed124349d44eed27502201a21d8cc172f0d87bf15cf1861aac126e0";
};
buildType = "ament_python";