From d7eb955ce847242ea4d288a112f4a4a222473775 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 16:29:48 +0000 Subject: [PATCH] nu: Update to version 0.104.1 --- bucket/nu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 36f4c2d95d..23af3176be 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,16 +1,16 @@ { - "version": "0.104.0", + "version": "0.104.1", "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.104.0/nu-0.104.0-x86_64-pc-windows-msvc.zip", - "hash": "bbbbe04f7115cd22bd3be23755e248bee2902964fc51c5a1ad5436539217b104" + "url": "https://github.com/nushell/nushell/releases/download/0.104.1/nu-0.104.1-x86_64-pc-windows-msvc.zip", + "hash": "d98ecf68ccb2b0a7a233f72bb5ed01c1c80a39724e57a8ed05837d7d50a5a060" }, "arm64": { - "url": "https://github.com/nushell/nushell/releases/download/0.104.0/nu-0.104.0-aarch64-pc-windows-msvc.zip", - "hash": "5e6b560b1ce8ada88228745b0ced480afec4e3fdec780666e4d8a880ed398f90" + "url": "https://github.com/nushell/nushell/releases/download/0.104.1/nu-0.104.1-aarch64-pc-windows-msvc.zip", + "hash": "7c078a0efc0caf8a9f6e67b79c9ba9af38925a411edbc952f3cae7a40d1b5824" } }, "bin": "nu.exe",