From d725d0b67b04e0a4807246e659a6e3531cdd2e36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 00:33:13 +0000 Subject: [PATCH] nu: Update to version 0.84.0 --- bucket/nu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 4d26195f25..6b6d14f34a 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,12 +1,12 @@ { - "version": "0.83.1", + "version": "0.84.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.83.1/nu-0.83.1-x86_64-pc-windows-msvc.zip", - "hash": "1bc3dfd01f3e607c81b63cc7353ac6947a92d97d863b08c0602fecc63f050094" + "url": "https://github.com/nushell/nushell/releases/download/0.84.0/nu-0.84.0-x86_64-pc-windows-msvc.zip", + "hash": "e738af6d8fb9e29dc43417ed6645bc2b774c5c2dda8d24ace5565eb030f79903" } }, "bin": "nu.exe",