Skip to content

Commit bb78413

Browse files
authored
kakoune-lsp: 18.1.0 -> 18.1.1 (#366400)
2 parents 06b75e6 + 39cbcb0 commit bb78413

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ka/kakoune-lsp/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212

1313
rustPlatform.buildRustPackage rec {
1414
pname = "kakoune-lsp";
15-
version = "18.1.0";
15+
version = "18.1.1";
1616

1717
src = fetchFromGitHub {
1818
owner = "kakoune-lsp";
1919
repo = "kakoune-lsp";
2020
rev = "v${version}";
21-
hash = "sha256-iNJSvlyQwrbun3iNbtJwru//7lahEOv/6OFPmx6JzyU=";
21+
hash = "sha256-7ULohcCpIKOb7CtsF2dIkiRt94uBIrGD5pQ2AEfrNrY=";
2222
};
2323

2424
patches = [ (replaceVars ./Hardcode-perl.patch { inherit perl; }) ];
2525

26-
cargoHash = "sha256-HlonkanN+YH2m4W/5l/yFRdKc0UMOVrX/gu9xErvtOE=";
26+
cargoHash = "sha256-eG9VPsZkdNTieUc4ghngLqE2ps6wJFR7W8qcmfMu0fs=";
2727

2828
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
2929
CoreServices

0 commit comments

Comments
 (0)