From cab8c3846c64b0722e053777c646e7ba8fc2e811 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 00:34:12 +0000 Subject: [PATCH] nu: Update to version 0.77.0 --- bucket/nu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 5c84664bf2..08d915cca3 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,12 +1,12 @@ { - "version": "0.76.0", + "version": "0.77.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.76.0/nu-0.76.0-x86_64-pc-windows-msvc.zip", - "hash": "6534c66eee3b939b2f93056cc54b26c577b24836ebf9ef2f9e70d50a0491e0e6" + "url": "https://github.com/nushell/nushell/releases/download/0.77.0/nu-0.77.0-x86_64-pc-windows-msvc.zip", + "hash": "44da37e59767482ad0d978441268f95554e505651ef06979103c6cdb13168bbc" } }, "bin": "nu.exe",