1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 13:40:32 +03:00

regenerate all distros, Fri Oct 6 13:48:50 2023

This commit is contained in:
Superflore 2023-10-06 13:48:50 +00:00 committed by Ben Wolsieffer
parent d37d5a670a
commit e3eba7bb67
365 changed files with 1590 additions and 1482 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-index-python, ament-pep257, launch, launch-xml, launch-yaml, osrf-pycommon, pythonPackages }:
buildRosPackage {
pname = "ros-rolling-launch-testing";
version = "3.1.0-r1";
version = "3.2.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/launch-release/archive/release/rolling/launch_testing/3.1.0-1.tar.gz";
name = "3.1.0-1.tar.gz";
sha256 = "c136e540b2509fcc4e1b2e100426edef734bffec3c56a6d399204b8b198aaa3c";
url = "https://github.com/ros2-gbp/launch-release/archive/release/rolling/launch_testing/3.2.0-1.tar.gz";
name = "3.2.0-1.tar.gz";
sha256 = "61006167c5b3fd912d706aa95bc21a46c7fe4a83af3dd2d9fd1cd71a66be432c";
};
buildType = "ament_python";