mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
rolling: shared-queues-vendor: add vendor patching
This commit is contained in:
parent
4e23f30558
commit
4b27a0af64
1 changed files with 5 additions and 0 deletions
|
@ -209,6 +209,11 @@ in {
|
|||
hash = "sha256-d9PKTgUIFPX1rc1HlKCQPxcUcTn2ivObMvkGz/HBExw=";
|
||||
};
|
||||
|
||||
shared-queues-vendor = lib.patchVendorUrl rosSuper.shared-queues-vendor {
|
||||
url = "https://github.com/cameron314/readerwriterqueue/archive/ef7dfbf553288064347d51b8ac335f1ca489032a.zip";
|
||||
hash = "sha256-TyFt3d78GidhDGD17KgjAaZl/qvAcGJP8lmu4EOxpYg=";
|
||||
};
|
||||
|
||||
urdfdom = rosSuper.urdfdom.overrideAttrs ({
|
||||
patches ? [], ...
|
||||
}: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue