rolling: shared-queues-vendor: add vendor patching

This commit is contained in:
Ben Wolsieffer 2024-10-16 19:47:22 -04:00
parent 4e23f30558
commit 4b27a0af64

View file

@ -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 ? [], ...
}: {