Unverified Commit 6944c27a authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #326849 from r-ryantm/auto-update/asm-lsp

asm-lsp: 0.6.0 -> 0.7.1
parents d0553cc8 3eae2208
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:
let
  pname = "asm-lsp";
  version = "0.6.0";
  version = "0.7.1";
in
rustPlatform.buildRustPackage {
  inherit pname version;
@@ -15,7 +15,7 @@ rustPlatform.buildRustPackage {
    owner = "bergercookie";
    repo = "asm-lsp";
    rev = "v${version}";
    hash = "sha256-vOkuTJFP2zme8S+u5j1TXt6BXnwtASRVH4Dre9g1dtk=";
    hash = "sha256-nHLM4cwVo6esrrpr4s+DfJIUWWKSrYwWLOPC84tb68o=";
  };

  nativeBuildInputs = [
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage {
    openssl
  ];

  cargoHash = "sha256-lmOnBcLWfTCuQcPiRmPoFD/QvagfkApFP6/h1ot7atU=";
  cargoHash = "sha256-CiHXfy8Xqrg8SAWA4nTHSGZKS0pGcoQem9kLRtTLpRs=";

  # tests expect ~/.cache/asm-lsp to be writable
  preCheck = ''