hurl: add updateScript

This commit is contained in:
Defelo
2025-11-04 17:02:49 +01:00
parent d64d5f8aff
commit 07dae33bbd
+3
View File
@@ -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/";