Loading pkgs/by-name/hu/hurl/package.nix +8 −4 Original line number Diff line number Diff line Loading @@ -8,16 +8,17 @@ openssl, curl, versionCheckHook, nix-update-script, }: rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage (finalAttrs: { pname = "hurl"; version = "7.0.0"; src = fetchFromGitHub { owner = "Orange-OpenSource"; repo = "hurl"; tag = version; tag = finalAttrs.version; hash = "sha256-dmPXI2RHEi/wcdVVwBRtBgNXyBXFnm44236pqYjxgBs="; }; Loading Loading @@ -52,14 +53,17 @@ rustPlatform.buildRustPackage rec { --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/"; changelog = "https://github.com/Orange-OpenSource/hurl/blob/${version}/CHANGELOG.md"; changelog = "https://github.com/Orange-OpenSource/hurl/blob/${finalAttrs.version}/CHANGELOG.md"; maintainers = with lib.maintainers; [ eonpatapon defelo ]; license = lib.licenses.asl20; mainProgram = "hurl"; }; } }) Loading
pkgs/by-name/hu/hurl/package.nix +8 −4 Original line number Diff line number Diff line Loading @@ -8,16 +8,17 @@ openssl, curl, versionCheckHook, nix-update-script, }: rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage (finalAttrs: { pname = "hurl"; version = "7.0.0"; src = fetchFromGitHub { owner = "Orange-OpenSource"; repo = "hurl"; tag = version; tag = finalAttrs.version; hash = "sha256-dmPXI2RHEi/wcdVVwBRtBgNXyBXFnm44236pqYjxgBs="; }; Loading Loading @@ -52,14 +53,17 @@ rustPlatform.buildRustPackage rec { --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/"; changelog = "https://github.com/Orange-OpenSource/hurl/blob/${version}/CHANGELOG.md"; changelog = "https://github.com/Orange-OpenSource/hurl/blob/${finalAttrs.version}/CHANGELOG.md"; maintainers = with lib.maintainers; [ eonpatapon defelo ]; license = lib.licenses.asl20; mainProgram = "hurl"; }; } })