From e1bc4d2db612e5723c3ef6816689522f578d930e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 00:32:38 +0000 Subject: [PATCH] nu: Update to version 0.42.0 --- bucket/nu.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index c2856b0b45..10129e30c8 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,13 +1,13 @@ { - "version": "0.41.0", + "version": "0.42.0", "description": "A modern shell written in Rust", "homepage": "https://www.nushell.sh", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/nushell/nushell/releases/download/0.41.0/nu_0_41_0_windows.zip", - "hash": "d8607eeced812a4c1a8fc699e4ec453dce7d786ff44d12e58d9e3def16966488", - "extract_dir": "nu_0_41_0_windows\\nushell-0.41.0" + "url": "https://github.com/nushell/nushell/releases/download/0.42.0/nu_0_42_0_windows.zip", + "hash": "dfc6174b263a5d3255868a5254f2854dedd57480c2b592517378c9c76799c1fa", + "extract_dir": "nu_0_42_0_windows\\nushell-0.42.0" } }, "bin": "nu.exe",