From 6a7e4759db5d3552384b369a0df0f49aa1eccedf Mon Sep 17 00:00:00 2001 From: de-odex Date: Tue, 23 Jul 2024 18:30:18 +0900 Subject: [PATCH] nu@0.95.0: Fix removed dataframe feature (#5967) --- bucket/nu.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/nu.json b/bucket/nu.json index be2aa5e0e7..fd1a0fc842 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,16 +1,16 @@ { - "version": "0.93.0", + "version": "0.95.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.93.0/nu-0.93.0-x86_64-windows-msvc-full.zip", - "hash": "af75eff52af33ddfef77a5ec942216e3faafde111aaad4ccee36718765eb8953" + "url": "https://github.com/nushell/nushell/releases/download/0.95.0/nu-0.95.0-x86_64-pc-windows-msvc.zip", + "hash": "85c66c340e4b0d7239f346887513555c56c4c332c7d03a2d445283f330e38f28" }, "arm64": { - "url": "https://github.com/nushell/nushell/releases/download/0.93.0/nu-0.93.0-aarch64-windows-msvc-full.zip", - "hash": "68735be2d35da8a50d6a703c0cda5108c29e69a95b576c0e62b8bb557e697aa4" + "url": "https://github.com/nushell/nushell/releases/download/0.95.0/nu-0.95.0-aarch64-pc-windows-msvc.zip", + "hash": "1b4f752f5df874f4bbc794d77a22170e4c98141201c61489edbba0edb084fb81" } }, "bin": "nu.exe", @@ -20,10 +20,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-x86_64-windows-msvc-full.zip" + "url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-x86_64-pc-windows-msvc.zip" }, "arm64": { - "url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-aarch64-windows-msvc-full.zip" + "url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-aarch64-pc-windows-msvc.zip" } } }