From 07dae33bbda0339e0c08b6c80cd2ffd1a8e8a3f4 Mon Sep 17 00:00:00 2001 From: Defelo Date: Tue, 4 Nov 2025 16:08:59 +0100 Subject: [PATCH] hurl: add updateScript --- pkgs/by-name/hu/hurl/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/hu/hurl/package.nix b/pkgs/by-name/hu/hurl/package.nix index a4e4f73b97a9..9c3c9a701f9d 100644 --- a/pkgs/by-name/hu/hurl/package.nix +++ b/pkgs/by-name/hu/hurl/package.nix @@ -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/";