1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 21:50:38 +03:00

regenerate all distros, Fri Jul 28 13:37:31 2023

This commit is contained in:
Superflore 2023-07-28 13:37:31 +00:00 committed by Ben Wolsieffer
parent 3205dadcff
commit 716a2aac36
433 changed files with 3210 additions and 1551 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-humble-ament-cmake-cpplint";
version = "0.12.6-r1";
version = "0.12.7-r2";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/humble/ament_cmake_cpplint/0.12.6-1.tar.gz";
name = "0.12.6-1.tar.gz";
sha256 = "9b512278b558ca595da675ddc3f27db5618f07b277ed80cd7d6c82871449688f";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/humble/ament_cmake_cpplint/0.12.7-2.tar.gz";
name = "0.12.7-2.tar.gz";
sha256 = "130cc2b9b5dea425e54a9fe478c3bc61a735ace856295a97a8e43480b2e467b6";
};
buildType = "ament_cmake";