From 23946da1d584e344a52a6e36e121a5d917e08536 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 04:49:41 +0000 Subject: [PATCH] nu: Update to version 0.68.1 --- bucket/nu.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 732b9b1268..cb21d5e788 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,12 +1,12 @@ { - "version": "0.68.0", + "version": "0.68.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.68.0/nu-0.68.0-x86_64-pc-windows-msvc.zip", - "hash": "5f517eee68a62f11f63eb3244c2fab316ba5e3ed7359e9ca02fd7ed6ffccb0ae" + "url": "https://github.com/nushell/nushell/releases/download/0.68.1/nu-0.68.1-x86_64-pc-windows-msvc.zip", + "hash": "f013c2c7b59533d56411f6e4ff195a48e6a1c8fc77836499801ca981f47582b3" } }, "bin": "nu.exe",