sarif-fmt: add updateScript

This commit is contained in:
seth 2024-07-15 14:36:11 -04:00
parent f06ed2b167
commit 870b2353d2
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -3,6 +3,7 @@
stdenv,
fetchCrate,
rustPlatform,
nix-update-script,
sarif-fmt,
testers,
}:
@ -34,6 +35,7 @@ rustPlatform.buildRustPackage rec {
passthru = {
tests.version = testers.testVersion { package = sarif-fmt; };
updateScript = nix-update-script { };
};
meta = {