We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06b75e6 + 39cbcb0 commit bb78413Copy full SHA for bb78413
pkgs/by-name/ka/kakoune-lsp/package.nix
@@ -12,18 +12,18 @@
12
13
rustPlatform.buildRustPackage rec {
14
pname = "kakoune-lsp";
15
- version = "18.1.0";
+ version = "18.1.1";
16
17
src = fetchFromGitHub {
18
owner = "kakoune-lsp";
19
repo = "kakoune-lsp";
20
rev = "v${version}";
21
- hash = "sha256-iNJSvlyQwrbun3iNbtJwru//7lahEOv/6OFPmx6JzyU=";
+ hash = "sha256-7ULohcCpIKOb7CtsF2dIkiRt94uBIrGD5pQ2AEfrNrY=";
22
};
23
24
patches = [ (replaceVars ./Hardcode-perl.patch { inherit perl; }) ];
25
26
- cargoHash = "sha256-HlonkanN+YH2m4W/5l/yFRdKc0UMOVrX/gu9xErvtOE=";
+ cargoHash = "sha256-eG9VPsZkdNTieUc4ghngLqE2ps6wJFR7W8qcmfMu0fs=";
27
28
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
29
CoreServices
0 commit comments