From 6b108448e13971218207eee2d6fba977791359e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 20:25:56 +0000 Subject: [PATCH] nu: Update to version 0.82.0 --- bucket/nu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 51ceb59ba3..619762fdeb 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,12 +1,12 @@ { - "version": "0.81.0", + "version": "0.82.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.81.0/nu-0.81.0-x86_64-pc-windows-msvc.zip", - "hash": "bbf7e0245980828bbf0fce2049a70948259e7cb2e1a4322b58c04e5bb6e91e55" + "url": "https://github.com/nushell/nushell/releases/download/0.82.0/nu-0.82.0-x86_64-pc-windows-msvc.zip", + "hash": "a79e2875604db6eb4ed8886dcdbdea680914b9a0d2d3e7d8d6e1b745183b4577" } }, "bin": "nu.exe",