From 41de1131aded3dc53b39fbaa052eb9894e48c9c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 00:33:21 +0000 Subject: [PATCH] nu: Update to version 0.91.0 --- bucket/nu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index ccd67a636e..dc89930053 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,16 +1,16 @@ { - "version": "0.90.1", + "version": "0.91.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.90.1/nu-0.90.1-x86_64-windows-msvc-full.zip", - "hash": "4c528e2997f216eb833eaeae5047c7ed60a47205f8d6f5ebcc3c1b1f3c35edaa" + "url": "https://github.com/nushell/nushell/releases/download/0.91.0/nu-0.91.0-x86_64-windows-msvc-full.zip", + "hash": "ace81bf3034b5b1b332d925210ec1440e1ed64b7eee65843f84e6db817a4d303" }, "arm64": { - "url": "https://github.com/nushell/nushell/releases/download/0.90.1/nu-0.90.1-aarch64-windows-msvc-full.zip", - "hash": "9ae1eb6e541bc4994c863b857b1ab0afffb30422446aa0e58e8069ed042055ef" + "url": "https://github.com/nushell/nushell/releases/download/0.91.0/nu-0.91.0-aarch64-windows-msvc-full.zip", + "hash": "99981ac7350c1d6eaa3900427e1e88cbfef909d0c589c252170e210ca9fce727" } }, "bin": "nu.exe",