From 42cddeb8481ec5ef78db1c55af5a63ea86b58a60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jan 2022 20:28:01 +0000 Subject: [PATCH] nu: Update to version 0.43.0 --- bucket/nu.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 10129e30c8..47016204e0 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,13 +1,13 @@ { - "version": "0.42.0", + "version": "0.43.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.42.0/nu_0_42_0_windows.zip", - "hash": "dfc6174b263a5d3255868a5254f2854dedd57480c2b592517378c9c76799c1fa", - "extract_dir": "nu_0_42_0_windows\\nushell-0.42.0" + "url": "https://github.com/nushell/nushell/releases/download/0.43.0/nu_0_43_0_windows.zip", + "hash": "791e3e73fdb37947df7190ddba9adb651efd079ee048bb826ec6e8a263047029", + "extract_dir": "nu_0_43_0_windows\\nushell-0.43.0" } }, "bin": "nu.exe",