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 May 10 13:12:06 2024

This commit is contained in:
Superflore 2024-05-10 13:12:06 +00:00 committed by Ben Wolsieffer
parent 1d5ae52f3e
commit f1c32375c2
1007 changed files with 7042 additions and 3625 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.4-r1";
version = "0.18.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cmake_cpplint/0.16.4-1.tar.gz";
name = "0.16.4-1.tar.gz";
sha256 = "f964704a5d817957ceb387073161857e9d14a2365e356d4faa6ccbcd4fc44487";
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";
};
buildType = "ament_cmake";