From a7f8b39254ac12dd1f8f85c8f8ee8302f566289a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 16 Oct 2019 03:00:16 +0000 Subject: [PATCH] nu: Update to version 0.4.0 --- bucket/nu.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index 948cd34677..91b0027520 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,11 +1,11 @@ { "homepage": "https://www.nushell.sh", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "description": "A modern shell written in Rust.", - "url": "https://github.com/nushell/nushell/releases/download/0.3.0/nu_0_3_0_windows.zip", - "hash": "73f5ac08c3c3fe1f81ec45bcae95985068f859d3aceb1267e88b924317e227f7", - "extract_dir": "nushell_0_3_0", + "url": "https://github.com/nushell/nushell/releases/download/0.4.0/nu_0_4_0_windows.zip", + "hash": "45a9da6c70f03af629dca37402cddf6304fc0b1c8c98cd1f4b655ac68c091fb5", + "extract_dir": "nushell_0_4_0", "installer": { "script": [ "New-Item \"$dir\\Plugins\" -ItemType Directory | Out-Null",