From d0f0e7b2a97a3e62e0c1d0a4bcbe6a7a82c9d3d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 00:34:14 +0000 Subject: [PATCH] nu: Update to version 0.79.0 --- bucket/nu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 3a16a4f4f0..ec2fc0ce17 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,12 +1,12 @@ { - "version": "0.78.0", + "version": "0.79.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.78.0/nu-0.78.0-x86_64-pc-windows-msvc.zip", - "hash": "ae450d75b0bd17b299c317b551142fe341e8f80d2deda39475754345824dedac" + "url": "https://github.com/nushell/nushell/releases/download/0.79.0/nu-0.79.0-x86_64-pc-windows-msvc.zip", + "hash": "6221e881e35535c1a22e1ca98f8ea00194887f416bfbe665e83392cef9eced4c" } }, "bin": "nu.exe",