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 Feb 9 13:42:10 2024

This commit is contained in:
Superflore 2024-02-09 13:42:10 +00:00 committed by Ben Wolsieffer
parent c8afb864b6
commit 9f53d85d2a
319 changed files with 1525 additions and 1272 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.16.2-r1";
version = "0.16.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_cpplint/0.16.2-1.tar.gz";
name = "0.16.2-1.tar.gz";
sha256 = "1d188c64a9fb27a3e1e1f6bf91e655b0bed50fbf362a2583197066be4be6096e";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_cpplint/0.16.3-1.tar.gz";
name = "0.16.3-1.tar.gz";
sha256 = "bb95edf6c24c40ed0d88963607141e150bcb26fdab431edd239584d1ae3a1f56";
};
buildType = "ament_cmake";