regenerate all distros, Fri Apr 4 13:36:01 2025

This commit is contained in:
Superflore 2025-04-04 13:36:01 +00:00 committed by Ben Wolsieffer
parent 308d6c5990
commit 2985461e1c
717 changed files with 3524 additions and 2853 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, cppcheck }:
buildRosPackage {
pname = "ros-humble-ament-cppcheck";
version = "0.12.11-r1";
version = "0.12.12-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/humble/ament_cppcheck/0.12.11-1.tar.gz";
name = "0.12.11-1.tar.gz";
sha256 = "a315882e48caced56337f4c35526619922b60be805a1d7708a354e3907e44f9f";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/humble/ament_cppcheck/0.12.12-1.tar.gz";
name = "0.12.12-1.tar.gz";
sha256 = "0b2e6a998169126c95a4733507ad1c0a0d59a7c9741351e0029d8c72fa76218a";
};
buildType = "ament_python";