From 3d94bab9046e21302ab74e5d3b117d483434237c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 20:33:35 +0000 Subject: [PATCH] nu: Update to version 0.41.0 --- bucket/nu.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 7157ba1a0d..c2856b0b45 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,13 +1,13 @@ { - "version": "0.40.0", + "version": "0.41.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.40.0/nu_0_40_0_windows.zip", - "hash": "1b2447142f813df324c95b90dea52972a6c52843cf8201708a2e8c530f850a4a", - "extract_dir": "nu_0_40_0_windows\\nushell-0.40.0" + "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" } }, "bin": "nu.exe",