Skip to content

Commit

Permalink
nu: update to 0.98.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fcharlie authored Sep 19, 2024
1 parent 99e5d95 commit e4d8d5b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions bucket/nu.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"description": "A modern shell written in Rust",
"version": "0.97.1",
"version": "0.98.0",
"homepage": "https://www.nushell.sh/",
"license": "MIT",
"url64": "https://github.com/nushell/nushell/releases/download/0.97.1/nu-0.97.1-x86_64-pc-windows-msvc.zip",
"url64.hash": "SHA256:72d446c8416b906f1be18f44cd5cd72be218d62214965a6c4dab887d873c1279",
"urlarm64": "https://github.com/nushell/nushell/releases/download/0.97.1/nu-0.97.1-aarch64-pc-windows-msvc.zip",
"urlarm64.hash": "SHA256:76f523f5dd342cfd37576033acc57055d6cef389f2250fe2e486e855cd296ddf",
"url64": "https://github.com/nushell/nushell/releases/download/0.98.0/nu-0.98.0-x86_64-pc-windows-msvc.zip",
"url64.hash": "SHA256:fed5996abef6d4415dfb93217379f4d9bdfb2ce913e3b9503ad69377b14dd887",
"urlarm64": "https://github.com/nushell/nushell/releases/download/0.98.0/nu-0.98.0-aarch64-pc-windows-msvc.zip",
"urlarm64.hash": "SHA256:e3dcb9c3b7e15208e83037da1fcc4ac656b92b96098c9f63e87c497d83da8781",
"extension": "zip",
"force_delete": [
"${APPDATA}\\nushell",
Expand All @@ -16,3 +16,4 @@
"nu.exe"
]
}

0 comments on commit e4d8d5b

Please sign in to comment.