From d0eafa53bf2b5facea0d9e352acfe8f729971541 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 04:59:55 +0000 Subject: [PATCH] nu: Update to version 0.70.0 --- bucket/nu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 067759042d..27416c630b 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,12 +1,12 @@ { - "version": "0.69.1", + "version": "0.70.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.69.1/nu-0.69.1-x86_64-pc-windows-msvc.zip", - "hash": "4e180b888ee5395a208ead1b6a332c0c4bbf840702dd89e9e431ac0794c9da6a" + "url": "https://github.com/nushell/nushell/releases/download/0.70.0/nu-0.70.0-x86_64-pc-windows-msvc.zip", + "hash": "113cf47509b06391547c41ee196b93ac83b5bcca37aa953798d988925c97cca7" } }, "bin": "nu.exe",