kak-lsp: 10.0.0 -> 11.0.0

launchpad/nixpkgs/master
Katharina Fey 3 years ago
parent dced14bb29
commit 5f84dad75d
Signed by: kookie
GPG Key ID: 90734A9E619C8A6C
  1. 8
      pkgs/tools/misc/kak-lsp/default.nix

@ -2,22 +2,22 @@
rustPlatform.buildRustPackage rec {
pname = "kak-lsp";
version = "10.0.0";
version = "11.0.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-SmK4G9AoKGqKGbXucn5AO5DTOeVNq3gCBGvDTIJQgRU=";
sha256 = "198y2k3vi8dh9kfqgl7vpgkxvjlfvryi9c8hmb43m0lpwsja0010";
};
cargoSha256 = "sha256-iY5xT8e/gRN/mBT9v5LhMcl9g1/SyrH/glPBP+toZ9o=";
cargoSha256 = "0sv1a2k5rcf4hl1w50mh041r3w3nir6avyl6xa3rlcc7cy19q21y";
buildInputs = lib.optional stdenv.isDarwin [ Security ];
meta = with lib; {
description = "Kakoune Language Server Protocol Client";
homepage = "https://github.com/ul/kak-lsp";
homepage = "https://github.com/kak-lsp/kak-lsp";
license = with licenses; [ unlicense /* or */ mit ];
maintainers = [ maintainers.spacekookie ];
};

Loading…
Cancel
Save