From ec0ac86a1daed9f0af0b45c80010a3b0bd2c312a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 08:29:38 +0000 Subject: [PATCH] nu: Update to version 0.102.0 --- bucket/nu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 4780fa083a..fbe171c850 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,16 +1,16 @@ { - "version": "0.101.0", + "version": "0.102.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.101.0/nu-0.101.0-x86_64-pc-windows-msvc.zip", - "hash": "e2eb868d6fe97d4e2b43049f34047df43774b3f7be729cc7b84ddb0f0521b9ab" + "url": "https://github.com/nushell/nushell/releases/download/0.102.0/nu-0.102.0-x86_64-pc-windows-msvc.zip", + "hash": "5fd557a25685705170329384e5782769edd44390c33f9225a9518618fc19ab8e" }, "arm64": { - "url": "https://github.com/nushell/nushell/releases/download/0.101.0/nu-0.101.0-aarch64-pc-windows-msvc.zip", - "hash": "0e92ca38f53a22db932252a6bcc820294b561eb85293e556e7909bab040e3bbc" + "url": "https://github.com/nushell/nushell/releases/download/0.102.0/nu-0.102.0-aarch64-pc-windows-msvc.zip", + "hash": "b9afcb97ce6ed4c95c3afbcff053f6807458f0bd1cd7818a6a2f30ce3f6e82fc" } }, "bin": "nu.exe",