From 77c258e46b5985faf3f30a9ac0b0c56a7999f65d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 00:34:19 +0000 Subject: [PATCH] nu: Update to version 0.83.0 --- bucket/nu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 619762fdeb..34e52854ba 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,12 +1,12 @@ { - "version": "0.82.0", + "version": "0.83.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.82.0/nu-0.82.0-x86_64-pc-windows-msvc.zip", - "hash": "a79e2875604db6eb4ed8886dcdbdea680914b9a0d2d3e7d8d6e1b745183b4577" + "url": "https://github.com/nushell/nushell/releases/download/0.83.0/nu-0.83.0-x86_64-pc-windows-msvc.zip", + "hash": "b59b8f58372d886ccfd4f43ecde96ce4f09054a832aca774d7278df04d57ae5c" } }, "bin": "nu.exe",