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 Jul 26 13:34:25 2024

This commit is contained in:
Superflore 2024-07-26 13:34:25 +00:00 committed by Ben Wolsieffer
parent a76cac0463
commit 400bfc88fb
2195 changed files with 17872 additions and 7924 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.18.0-r1";
version = "0.18.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_cpplint/0.18.0-1.tar.gz";
name = "0.18.0-1.tar.gz";
sha256 = "86906374e5c47e6bd3b1fa13a0034efa24cee132a3ea8adc8c02b1b53b7ee89b";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_cpplint/0.18.1-1.tar.gz";
name = "0.18.1-1.tar.gz";
sha256 = "03f7120b88e85cc171adebe440985da143c48558e3cf7e25306d52b133ac2865";
};
buildType = "ament_cmake";