nu: Update to version 0.6.4 (#3677)

Co-authored-by: Martin Mauch <martin.mauch.ext@capgemini.com>
This commit is contained in:
Martin Mauch 2022-06-15 20:30:33 +02:00 committed by GitHub
parent 3ad465c127
commit e5f40c51d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,12 @@
{
"version": "0.63.0",
"version": "0.64.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.63.0/nu_0_63_0_windows.zip",
"hash": "8b598022ca31b919ccb10e3468d0b161df24f983e68bd4dbbdcbd35f5207e57e",
"extract_dir": "nu_0_63_0_windows\\nushell-0.63.0"
"url": "https://github.com/nushell/nushell/releases/download/0.64.0/nu-0.64.0-x86_64-pc-windows-msvc.zip",
"hash": "1fbb4df9378d3f27f5eb6e75ebc3820b942f3d1ef458d29629419966559a8c9c"
}
},
"bin": "nu.exe",
@ -17,8 +16,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nushell/nushell/releases/download/$version/nu_$underscoreVersion_windows.zip",
"extract_dir": "nu_$underscoreVersion_windows\\nushell-$version"
"url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-x86_64-pc-windows-msvc.zip"
}
}
}