11 rustPlatform.buildRustPackage {
12 inherit pname version;
14 src = fetchFromGitHub {
15 owner = "bergercookie";
18 hash = "sha256-EGgYOU6y23ULjnMGNjYhgF0JMPgvRuQ4UOWqwJxhBpU=";
29 cargoHash = "sha256-x8Cj39Wki+pdoNIO8QPGK29KFJrHtDMoZJIXFEldno0=";
32 description = "Language server for NASM/GAS/GO Assembly";
33 homepage = "https://github.com/bergercookie/asm-lsp";
34 license = lib.licenses.bsd2;
35 maintainers = with lib.maintainers; [ NotAShelf ];
37 platforms = lib.platforms.linux;