From c327e78f185038d380cb1e4d350c6eaabc9cb9d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 00:41:22 +0000 Subject: [PATCH] nu: Update to version 0.109.1 --- bucket/nu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 31c384417c..0690391db9 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,16 +1,16 @@ { - "version": "0.109.0", + "version": "0.109.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.109.0/nu-0.109.0-x86_64-pc-windows-msvc.zip", - "hash": "ed16a4c037ab607c4a81fd3a435e189f1bb872d3aab20e32a1c68f6bdffe442b" + "url": "https://github.com/nushell/nushell/releases/download/0.109.1/nu-0.109.1-x86_64-pc-windows-msvc.zip", + "hash": "9e349288ce5b17ca514e0b3aeab64f50919a1a713c27c9e28c902c2cc7df50cf" }, "arm64": { - "url": "https://github.com/nushell/nushell/releases/download/0.109.0/nu-0.109.0-aarch64-pc-windows-msvc.zip", - "hash": "c531e2d561557b7c26d1f0b172854f203444b6a9b9f5e91c5616167cf8d94db1" + "url": "https://github.com/nushell/nushell/releases/download/0.109.1/nu-0.109.1-aarch64-pc-windows-msvc.zip", + "hash": "8fb893b38f3df74fe3f0d0035076aeacbc58f8fec0fd705c07f28d3573f3d4c3" } }, "bin": "nu.exe",