Merge pull request #286046 from happysalada/update_helix_gpt

helix-gpt: 0.15 -> 0.25
This commit is contained in:
Yt
2024-02-03 14:46:12 +00:00
committed by GitHub
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -58,6 +58,6 @@ stdenv.mkDerivation {
description = "Code completion LSP for Helix with support for Copilot + OpenAI";
maintainers = with maintainers; [ happysalada ];
license = with licenses; [ mit ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
platforms = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ];
};
}
+4 -3
View File
@@ -1,6 +1,7 @@
{
"version": "0.15",
"srcHash": "sha256-95NnV//DesXQB1ttvOylu1DAnmRcvTUpZzK1NTZtuVE=",
"version": "0.25",
"srcHash": "sha256-EZ8waJiLHfButE/rI0EEwZ3VF5dwdgFQ4FBLebhyP2o=",
"x86_64-linux": "sha256-h6wGkOfSbB8Rwm7eFvcowDdH1RdS6eFaxgf+SdYvYt8=",
"x86_64-darwin": "sha256-45RFY4Kqt5ooMOY75oJcSUZdkERzpyIMQkni4NJ/s1Y="
"x86_64-darwin": "sha256-y8ETFWSg+czhyslKc7muTFRu2q+7eeVyZ7Tea/VCUWY=",
"aarch64-darwin": "sha256-y8ETFWSg+czhyslKc7muTFRu2q+7eeVyZ7Tea/VCUWY="
}