kak-lsp: 11.1.0 -> 12.0.1

This commit is contained in:
R. Ryantm
2022-02-12 22:32:53 -08:00
committed by Jonathan Ringer
parent 8b41152e66
commit 37b3d10157
+3 -3
View File
@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "kak-lsp";
version = "11.1.0";
version = "12.0.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-li7djFP5luEnbKUF+rynEiQbx704KNUJw8/AqwxPRnI=";
sha256 = "sha256-K2GMoLaH7D6UtPuL+GJMqsPFwriyyi7WMdfzBmOceSA=";
};
cargoSha256 = "sha256-X1Qe86U4zlN1umRQOiRPRcbgCayqF6GILSt/nM8m1Yg=";
cargoSha256 = "sha256-suBBEHGHUlZyxKy5hwhc2K/qTNis75GY33+7QhpmGos=";
buildInputs = lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];