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, Mon Jun 19 17:15:22 2023

This commit is contained in:
Ben Wolsieffer 2023-06-19 17:15:23 -04:00
parent 7a2b545ecb
commit 381164fc34
2124 changed files with 35727 additions and 4192 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, cppcheck }:
buildRosPackage {
pname = "ros-rolling-ament-cppcheck";
version = "0.15.0-r1";
version = "0.15.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cppcheck/0.15.0-1.tar.gz";
name = "0.15.0-1.tar.gz";
sha256 = "c44bccb8bdc4076a05fddc8424d947536ea9eb4833abc324225318129b1fd731";
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cppcheck/0.15.1-1.tar.gz";
name = "0.15.1-1.tar.gz";
sha256 = "2d44a17d740ab19e0aea7c05b63c150ec52e05a98a6a796dfc0608f97f8b8654";
};
buildType = "ament_python";