From 02e463aeda34a8ad118f1e0a0bc9011b59f34e8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 20:27:06 +0000 Subject: [PATCH] nu: Update to version 0.101.0 --- bucket/nu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 9444aea429..4780fa083a 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,16 +1,16 @@ { - "version": "0.100.0", + "version": "0.101.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.100.0/nu-0.100.0-x86_64-pc-windows-msvc.zip", - "hash": "8a9a24c2917f4f70b7884df647a446e642d604d0b64ef6b78baba7e10973c47d" + "url": "https://github.com/nushell/nushell/releases/download/0.101.0/nu-0.101.0-x86_64-pc-windows-msvc.zip", + "hash": "e2eb868d6fe97d4e2b43049f34047df43774b3f7be729cc7b84ddb0f0521b9ab" }, "arm64": { - "url": "https://github.com/nushell/nushell/releases/download/0.100.0/nu-0.100.0-aarch64-pc-windows-msvc.zip", - "hash": "b5605e120441a3e387c29b76d5165852797cc73e5eac7a6812dbc6216f881813" + "url": "https://github.com/nushell/nushell/releases/download/0.101.0/nu-0.101.0-aarch64-pc-windows-msvc.zip", + "hash": "0e92ca38f53a22db932252a6bcc820294b561eb85293e556e7909bab040e3bbc" } }, "bin": "nu.exe",