From c6b2fda15f74af22c75185d51fe545446f072844 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 04:29:30 +0000 Subject: [PATCH] nu: Update to version 0.103.0 --- bucket/nu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 9374afdf2a..e7b9df65fe 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,16 +1,16 @@ { - "version": "0.102.0", + "version": "0.103.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.102.0/nu-0.102.0-x86_64-pc-windows-msvc.zip", - "hash": "5fd557a25685705170329384e5782769edd44390c33f9225a9518618fc19ab8e" + "url": "https://github.com/nushell/nushell/releases/download/0.103.0/nu-0.103.0-x86_64-pc-windows-msvc.zip", + "hash": "6036d0279566b7160ddbfca1ca013d080399858d91cbc505fe88651c669f2eea" }, "arm64": { - "url": "https://github.com/nushell/nushell/releases/download/0.102.0/nu-0.102.0-aarch64-pc-windows-msvc.zip", - "hash": "b9afcb97ce6ed4c95c3afbcff053f6807458f0bd1cd7818a6a2f30ce3f6e82fc" + "url": "https://github.com/nushell/nushell/releases/download/0.103.0/nu-0.103.0-aarch64-pc-windows-msvc.zip", + "hash": "79ee46ad702e4f422b180d9930f9dbda506d285ad673104445c80c68a6705cd4" } }, "bin": "nu.exe",