From 1cc0307c34aeab4b260042a1771b2a498f7a5096 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 20:25:46 +0000 Subject: [PATCH] nu: Update to version 0.73.0 --- bucket/nu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 466bb75a9e..2aec2020ae 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,12 +1,12 @@ { - "version": "0.72.1", + "version": "0.73.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.72.1/nu-0.72.1-x86_64-pc-windows-msvc.zip", - "hash": "665190278a4cd5c8bfe3cd9ba8f010cbd032847612a2d2b03017a985e531474a" + "url": "https://github.com/nushell/nushell/releases/download/0.73.0/nu-0.73.0-x86_64-pc-windows-msvc.zip", + "hash": "328120fa2752814e60ceae5416ec5544f92af8865c5d7e638a6e0e82ba16af9f" } }, "bin": "nu.exe",