Skip to content

Commit

Permalink
kakoune-lsp: 18.1.0 -> 18.1.1 (NixOS#366400)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Dec 19, 2024
2 parents 06b75e6 + 39cbcb0 commit bb78413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ka/kakoune-lsp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@

rustPlatform.buildRustPackage rec {
pname = "kakoune-lsp";
version = "18.1.0";
version = "18.1.1";

src = fetchFromGitHub {
owner = "kakoune-lsp";
repo = "kakoune-lsp";
rev = "v${version}";
hash = "sha256-iNJSvlyQwrbun3iNbtJwru//7lahEOv/6OFPmx6JzyU=";
hash = "sha256-7ULohcCpIKOb7CtsF2dIkiRt94uBIrGD5pQ2AEfrNrY=";
};

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

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

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
CoreServices
Expand Down

0 comments on commit bb78413

Please sign in to comment.