summaryrefslogtreecommitdiffhomepage
path: root/nix
diff options
context:
space:
mode:
authorRicardo Valero de la Rosa <[email protected]>2026-01-15 15:45:03 -0600
committerGitHub <[email protected]>2026-01-15 15:45:03 -0600
commit9862303eedff320ebe632602b6728037feb44371 (patch)
tree9c5075b5756a2d4dff061976d6ba3c3c524fb0ca /nix
parentb14622352e542147e5864ff3b6b092b6e5b4d309 (diff)
downloadopencode-9862303eedff320ebe632602b6728037feb44371.tar.gz
opencode-9862303eedff320ebe632602b6728037feb44371.zip
fix: update hix hashes for all systems (#8732)
Co-authored-by: Github Action <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
Diffstat (limited to 'nix')
-rw-r--r--nix/hashes.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/nix/hashes.json b/nix/hashes.json
index a84eec5b4..652b24fec 100644
--- a/nix/hashes.json
+++ b/nix/hashes.json
@@ -1,6 +1,8 @@
{
"nodeModules": {
- "x86_64-linux": "sha256-Fl1BdjNSg19LJVSgDMiBX8JuTaGlL2I5T+rqLfjSeO4=",
- "aarch64-darwin": "sha256-7UajHu40n7JKqurU/+CGlitErsVFA2qDneUytI8+/zQ="
+ "x86_64-linux": "sha256-4ndHIlS9t1ynRdFszJ1nvcu3YhunhuOc7jcuHI1FbnM=",
+ "aarch64-linux": "sha256-H9eUk/yVrQqVrAYONlb6As7mjkPXtOauBVfMBeVAmRo=",
+ "aarch64-darwin": "sha256-C0E9KAEj3GI83HwirIL2zlXYIe92T+7Iv6F51BB6slY=",
+ "x86_64-darwin": "sha256-wj5fZnyfu6Sf1HcqvsQM3M7dl5BKRAHmoqm1Ai1cL2M="
}
}