mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate all distros, Fri Jan 19 13:36:48 2024
This commit is contained in:
parent
1f89e13710
commit
5053bf9d76
5646 changed files with 9235 additions and 7758 deletions
|
@ -1,16 +1,16 @@
|
|||
|
||||
# Copyright 2023 Open Source Robotics Foundation
|
||||
# Copyright 2024 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, cppcheck }:
|
||||
buildRosPackage {
|
||||
pname = "ros-rolling-ament-cppcheck";
|
||||
version = "0.16.1-r1";
|
||||
version = "0.16.2-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cppcheck/0.16.1-1.tar.gz";
|
||||
name = "0.16.1-1.tar.gz";
|
||||
sha256 = "9e4ae8d48754918926812cc18bca630592b9de5631292f851aaf8112df7cb585";
|
||||
url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/rolling/ament_cppcheck/0.16.2-1.tar.gz";
|
||||
name = "0.16.2-1.tar.gz";
|
||||
sha256 = "737b80f578c8d21f85c436784614941f968fe7b33f7e68430e369557e486d890";
|
||||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue