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

kak-lsp: 14.0.0 -> 14.1.0
This commit is contained in:
Jörg Thalheim 2022-11-27 13:19:04 +01:00 committed by GitHub
commit cd9af1e65a
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 = "14.0.0";
version = "14.1.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-RTz8BdbEiAY6wyIS18LZRQQ1DQzIRz2Bk7bOeMf7sT8=";
sha256 = "sha256-5eGp11qPLT1fen39bZmICReK2Ly8Kg9Y3g30ZV0gk04=";
};
cargoSha256 = "sha256-fHVKm4DWhkwbbRGLvMfoEjJfM6VF7RW6x75NR7aNs7o=";
cargoSha256 = "sha256-+Sj+QSSXJAgGulMLRCWLgddVG8sIiHaB1xWPojVCgas=";
buildInputs = lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];