1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-12 05:16:30 +03:00

Patch rosfmt vendor URL.

This commit is contained in:
Ben Wolsieffer 2020-06-13 18:33:26 -04:00
parent 4e7ff73773
commit d049127a2f
3 changed files with 15 additions and 0 deletions

View file

@ -115,6 +115,11 @@ rosSelf: rosSuper: with rosSelf.lib; {
buildInputs = buildInputs ++ [ rosSelf.librealsense ];
});
rosfmt = patchVendorUrl rosSuper.rosfmt {
url = "https://github.com/fmtlib/fmt/releases/download/5.2.1/fmt-5.2.1.zip";
sha256 = "1kdnzwlxnvdydnq4apdrhvx331014gy4w0m84gjwj7snzsw4m2a3";
};
rospack = rosSuper.rospack.overrideAttrs ({
patches ? [], ...
}: {

View file

@ -30,4 +30,9 @@ rosSelf: rosSuper: with rosSelf.lib; {
})
];
});
rosfmt = patchVendorUrl rosSuper.rosfmt {
url = "https://github.com/fmtlib/fmt/releases/download/6.0.0/fmt-6.0.0.zip";
sha256 = "0h148anbaqgch6n69pxsvs1c9wmykgd052wmzgdia7qpz8w6p8dl";
};
}

View file

@ -23,4 +23,9 @@ rosSelf: rosSuper: with rosSelf.lib; {
})
];
});
rosfmt = patchVendorUrl rosSuper.rosfmt {
url = "https://github.com/fmtlib/fmt/releases/download/6.0.0/fmt-6.0.0.zip";
sha256 = "0h148anbaqgch6n69pxsvs1c9wmykgd052wmzgdia7qpz8w6p8dl";
};
}