hurl: add updateScript
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
openssl,
|
||||
curl,
|
||||
versionCheckHook,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
@@ -52,6 +53,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
--zsh completions/_hurlfmt
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
description = "Command line tool that performs HTTP requests defined in a simple plain text format";
|
||||
homepage = "https://hurl.dev/";
|
||||
|
||||
Reference in New Issue
Block a user