Merge pull request #183410 from r-ryantm/auto-update/kak-lsp

kak-lsp: 12.2.0 -> 13.0.0
This commit is contained in:
Jonas Heinrich 2022-08-24 08:40:05 +02:00 committed by GitHub
commit 1a7bb49581
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "kak-lsp";
version = "12.2.0";
version = "13.0.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-Il3eF9bVrAaJkTDPB1DzEjROnJxIAnnk27qdT9qsp1k";
sha256 = "sha256-i+oi5lCNIWPVPP5o7IamSVPvCB/FhO/v08zOipmaE+c=";
};
cargoSha256 = "sha256-wRjPjCKsvqnJkybNVAdVMgBA9RaviFyCJPv3D5hipSs";
cargoSha256 = "sha256-acxdGhExfE4g1YNp3bRQlEuUqz79y1IhDnqTaYh/nxc=";
buildInputs = lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];