From 5dfa7ea51c4422408adee134a04d1d5e40d0b76c Mon Sep 17 00:00:00 2001 From: Martin Lindhe Date: Sun, 21 Nov 2021 11:25:43 +0100 Subject: [PATCH] nu: Update to version 0.40.0 (#2985) --- bucket/nu.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index aaf121928f..7157ba1a0d 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,13 +1,13 @@ { - "version": "0.39.0", + "version": "0.40.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.39.0/nu_0_39_0_windows.zip", - "hash": "effc1a7fd5e442153beffcec0833f72f467b7cd3069009f24791fa1b3c6ea7e3", - "extract_dir": "nu_0_39_0_windows\\nushell-0.39.0" + "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" } }, "bin": "nu.exe",