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, Tue May 2 16:50:21 2023

This commit is contained in:
Ben Wolsieffer 2023-05-02 16:50:22 -04:00
parent 4817b14e2d
commit fd3628c920
1601 changed files with 10237 additions and 5790 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-cpplint }:
buildRosPackage {
pname = "ros-rolling-ament-cmake-cpplint";
version = "0.14.0-r1";
version = "0.15.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_cpplint/0.14.0-1.tar.gz";
name = "0.14.0-1.tar.gz";
sha256 = "0ed0a2aa4785257b346c1ff88569ae7c62672b7ef17d1542e8c5fbbbdcd7775f";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_cpplint/0.15.0-1.tar.gz";
name = "0.15.0-1.tar.gz";
sha256 = "084e4a3c509c4469fe97bdc555f88bd580563ea3e9ae6a75658b60d959a8547a";
};
buildType = "ament_cmake";