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

kak-lsp: 13.0.0 -> 14.0.0
This commit is contained in:
Jonas Heinrich 2022-09-03 10:51:35 +02:00 committed by GitHub
commit c9a6a343fe
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 = "13.0.0";
version = "14.0.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-i+oi5lCNIWPVPP5o7IamSVPvCB/FhO/v08zOipmaE+c=";
sha256 = "sha256-RTz8BdbEiAY6wyIS18LZRQQ1DQzIRz2Bk7bOeMf7sT8=";
};
cargoSha256 = "sha256-acxdGhExfE4g1YNp3bRQlEuUqz79y1IhDnqTaYh/nxc=";
cargoSha256 = "sha256-fHVKm4DWhkwbbRGLvMfoEjJfM6VF7RW6x75NR7aNs7o=";
buildInputs = lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];