Unverified Commit 4c8d1204 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

ts_query_ls: 3.11.1 -> 3.12.0 (#460425)

parents c65f11d4 67ee2fd8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
}:
let
  pname = "ts_query_ls";
  version = "3.11.1";
  version = "3.12.0";
in
rustPlatform.buildRustPackage {
  inherit pname version;
@@ -15,12 +15,12 @@ rustPlatform.buildRustPackage {
    owner = "ribru17";
    repo = "ts_query_ls";
    rev = "v${version}";
    hash = "sha256-SQyy/7M9karkLI2smx6KnJWWuP3qWA4gKh1F/gIGRjQ=";
    hash = "sha256-eb/3lY9qd+xWn1QEmDCxRY95ZWHSYxmOHq/mTFqiNiA=";
  };

  nativeBuildInputs = [ cmake ];

  cargoHash = "sha256-9I/SiZTG/QAy1iBjWvleTqkile2K0h9TtW90+lILWQ0=";
  cargoHash = "sha256-Y7OvSrFfQ71xufqNlJ5YNTKs00zzKCgCX+OOffTAkJw=";

  meta = {
    description = "LSP implementation for Tree-sitter's query files";