sarif-fmt: add updateScript
This commit is contained in:
parent
f06ed2b167
commit
870b2353d2
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user