From 600dcf29fdfc376a17e7dd2a915293bfa593c416 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 01:56:32 +0000 Subject: [PATCH] nu: Update to version 0.74.0 --- bucket/nu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 2aec2020ae..2576cdfcf6 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,12 +1,12 @@ { - "version": "0.73.0", + "version": "0.74.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.73.0/nu-0.73.0-x86_64-pc-windows-msvc.zip", - "hash": "328120fa2752814e60ceae5416ec5544f92af8865c5d7e638a6e0e82ba16af9f" + "url": "https://github.com/nushell/nushell/releases/download/0.74.0/nu-0.74.0-x86_64-pc-windows-msvc.zip", + "hash": "49c97a7a31ed51a20d1ae00e4fa9b9076c96b017315cda4451e87a3db51698d4" } }, "bin": "nu.exe",