Martin Mauch e5f40c51d3
nu: Update to version 0.6.4 (#3677)
Co-authored-by: Martin Mauch <martin.mauch.ext@capgemini.com>
2022-06-16 00:00:33 +05:30

24 lines
736 B
JSON

{
"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.64.0/nu-0.64.0-x86_64-pc-windows-msvc.zip",
"hash": "1fbb4df9378d3f27f5eb6e75ebc3820b942f3d1ef458d29629419966559a8c9c"
}
},
"bin": "nu.exe",
"checkver": {
"github": "https://github.com/nushell/nushell"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-x86_64-pc-windows-msvc.zip"
}
}
}
}