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-pep257, pythonPackages }:
buildRosPackage {
pname = "ros-eloquent-ament-cpplint";
version = "0.8.1-r1";
version = "0.8.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cpplint/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "fde5297f766531227461efafd6a44564e6b2069eb03e355f6439f8d53f1b989b";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_cpplint/0.8.2-1.tar.gz";
name = "0.8.2-1.tar.gz";
sha256 = "659321612e99f52dae04fca2a81aec91dd11362e90087f881fc94d2187c209cf";
};
buildType = "ament_python";