From 254d07f910f6f391c89fff4c13f4127b53d7d8c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 01:14:16 +0000 Subject: [PATCH] nu: Update to version 0.92.2 --- bucket/nu.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 99c490a4d8..c8c5d2afae 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,16 +1,16 @@ { - "version": "0.92.1", + "version": "0.92.2", "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.92.1/nu-0.92.1-x86_64-windows-msvc-full.zip", - "hash": "c035c36b673ed4d833bf94512a86313ced00fbbdba2c080a90892f14d9f08c28" + "url": "https://github.com/nushell/nushell/releases/download/0.92.2/nu-0.92.2-x86_64-windows-msvc-full.zip", + "hash": "324bb27eb8d171c8ad4a556819650abebd1f494dd3128a0080cb53ca6405c9f1" }, "arm64": { - "url": "https://github.com/nushell/nushell/releases/download/0.92.1/nu-0.92.1-aarch64-windows-msvc-full.zip", - "hash": "7a7fae495a1c63cfcebc4b84dc6d56e773a4870c1b0e9459f7f5bc93332b3d07" + "url": "https://github.com/nushell/nushell/releases/download/0.92.2/nu-0.92.2-aarch64-windows-msvc-full.zip", + "hash": "6b331492781f557bb63d380562867e1aad0b095b7292f3e2b7748bf0ea0a2e68" } }, "bin": "nu.exe",