Skip to content

Commit

Permalink
Merge branch 'ghishadow:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
wisemanny authored Nov 2, 2024
2 parents 927f850 + 408e2da commit 9f70677
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions bucket/nushell.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "0.98.0",
"version": "0.99.1",
"description": "A modern shell written in Rust",
"homepage": "https://www.nushell.sh",
"license": "MIT",
"architecture": {
"arm64": {
"url": "https://github.com/nushell/nushell/releases/download/0.98.0/nu-0.98.0-aarch64-pc-windows-msvc.zip",
"hash": "e3dcb9c3b7e15208e83037da1fcc4ac656b92b96098c9f63e87c497d83da8781"
"url": "https://github.com/nushell/nushell/releases/download/0.99.1/nu-0.99.1-aarch64-pc-windows-msvc.zip",
"hash": "43c56c947b2092709295027a99220cb3319117cfc49699a3a9b95b16cb68f40e"
}
},
"bin": "nu.exe",
Expand Down
8 changes: 4 additions & 4 deletions bucket/zig-aarch64.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.14.0-dev.1694",
"version": "0.14.0-dev.2092",
"description": "General-purpose programming language designed for robustness, optimality, and maintainability.",
"homepage": "https://ziglang.org/",
"license": "MIT",
Expand All @@ -8,9 +8,9 @@
},
"architecture": {
"arm64": {
"url": "https://ziglang.org/builds/zig-windows-aarch64-0.14.0-dev.1694+3b465ebec.zip",
"hash": "ef696fc97e28acc53e91606739add05e5d5c3fd4f25016ed5c404770a8abdbe8",
"extract_dir": "zig-windows-aarch64-0.14.0-dev.1694+3b465ebec"
"url": "https://ziglang.org/builds/zig-windows-aarch64-0.14.0-dev.2092+ba5f57616.zip",
"hash": "4efbce853c211b9557ce15c0390ed9be1ba68c513c063e0e65b986bcc8f2e395",
"extract_dir": "zig-windows-aarch64-0.14.0-dev.2092+ba5f57616"
}
},
"bin": "zig.exe",
Expand Down

0 comments on commit 9f70677

Please sign in to comment.