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 Sep 8 13:49:36 2023

This commit is contained in:
Superflore 2023-09-08 13:49:36 +00:00 committed by Ben Wolsieffer
parent 0c68b03e1f
commit d8cea8b151
227 changed files with 1234 additions and 875 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-index-python, ament-pep257, launch, launch-testing, osrf-pycommon, pythonPackages }:
buildRosPackage {
pname = "ros-rolling-launch-pytest";
version = "3.0.0-r1";
version = "3.0.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/launch-release/archive/release/rolling/launch_pytest/3.0.0-1.tar.gz";
name = "3.0.0-1.tar.gz";
sha256 = "88aee429024a7b6ba962bef57fbf2327bec6169d767bf3819bacfb12e468c00b";
url = "https://github.com/ros2-gbp/launch-release/archive/release/rolling/launch_pytest/3.0.1-1.tar.gz";
name = "3.0.1-1.tar.gz";
sha256 = "70a762406508a26549e1fcce8b89ac1c1793c363f7931ccd8e4cbd372edd684c";
};
buildType = "ament_python";