regenerate all distros, Fri Sep 15 13:13:19 2023

This commit is contained in:
Superflore 2023-09-15 13:13:19 +00:00 committed by Ben Wolsieffer
parent c060df9b68
commit 148dc07305
534 changed files with 3173 additions and 2024 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, pythonPackages }:
buildRosPackage {
pname = "ros-iron-ament-cpplint";
version = "0.14.1-r2";
version = "0.14.2-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/iron/ament_cpplint/0.14.1-2.tar.gz";
name = "0.14.1-2.tar.gz";
sha256 = "d9a48663ee24bb7c5d32d021f7990cf82b0d4276d70b6b1b88e0815d2eb4efe3";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/iron/ament_cpplint/0.14.2-1.tar.gz";
name = "0.14.2-1.tar.gz";
sha256 = "b08c20c41e96af8eaafe3cce95ffb94bc34488df46f488625feae3ec284d71db";
};
buildType = "ament_python";