Unverified Commit 2db8033d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #261415 from ayum/kak-lsp-update

kak-lsp: 14.1.0 -> 14.2.0
parents 4fe863a4 5651e0c2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "kak-lsp";
  version = "14.1.0";
  version = "14.2.0";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-5eGp11qPLT1fen39bZmICReK2Ly8Kg9Y3g30ZV0gk04=";
    sha256 = "sha256-U4eqIzvYzUfwprVpPHV/OFPKiBXK4/5z2p8kknX2iME=";
  };

  cargoSha256 = "sha256-+Sj+QSSXJAgGulMLRCWLgddVG8sIiHaB1xWPojVCgas=";
  cargoSha256 = "sha256-g63Kfi4xJZO/+fq6eK2iB1dUGoSGWIIRaJr8BWO/txM=";

  buildInputs = lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];