Merge pull request #308506 from szaffarano/sebas/asm-lsp-0.6.0

asm-lsp: 0.4.2 -> 0.6.0
This commit is contained in:
Nick Cao
2024-05-04 09:30:07 -04:00
committed by GitHub
+8 -3
View File
@@ -6,7 +6,7 @@
}:
let
pname = "asm-lsp";
version = "0.4.2";
version = "0.6.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -15,7 +15,7 @@ rustPlatform.buildRustPackage {
owner = "bergercookie";
repo = "asm-lsp";
rev = "v${version}";
hash = "sha256-EGgYOU6y23ULjnMGNjYhgF0JMPgvRuQ4UOWqwJxhBpU=";
hash = "sha256-vOkuTJFP2zme8S+u5j1TXt6BXnwtASRVH4Dre9g1dtk=";
};
nativeBuildInputs = [
@@ -26,7 +26,12 @@ rustPlatform.buildRustPackage {
openssl
];
cargoHash = "sha256-x8Cj39Wki+pdoNIO8QPGK29KFJrHtDMoZJIXFEldno0=";
cargoHash = "sha256-lmOnBcLWfTCuQcPiRmPoFD/QvagfkApFP6/h1ot7atU=";
# tests expect ~/.cache/asm-lsp to be writable
preCheck = ''
export HOME=$(mktemp -d)
'';
meta = {
description = "Language server for NASM/GAS/GO Assembly";