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 Dec 11 13:16:21 2020

This commit is contained in:
Superflore 2020-12-11 13:16:21 +00:00 committed by Ben Wolsieffer
parent bfea82289f
commit c7a7bf6826
710 changed files with 5201 additions and 2556 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-eloquent-launch-testing";
version = "0.9.6-r1";
version = "0.9.7-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/launch-release/archive/release/eloquent/launch_testing/0.9.6-1.tar.gz";
name = "0.9.6-1.tar.gz";
sha256 = "2097ad1d4926c5eebd96a4f5abcacfcd3411e6e4db9b323cfe9df2692f5f920e";
url = "https://github.com/ros2-gbp/launch-release/archive/release/eloquent/launch_testing/0.9.7-1.tar.gz";
name = "0.9.7-1.tar.gz";
sha256 = "fc88bb99b4f9b5a80e6e5c36626ef99ea2c1876fbf5dcf53300e32b0b6823c3e";
};
buildType = "ament_python";