Skip to content

Commit fdd2d03

Browse files
authored
kakoune-lsp: 19.0.0 -> 19.0.1 (NixOS#470857)
2 parents 1a1fcea + 24e802b commit fdd2d03

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
@@ -8,18 +8,18 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "kakoune-lsp";
11-
version = "19.0.0";
11+
version = "19.0.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "kakoune-lsp";
1515
repo = "kakoune-lsp";
1616
rev = "v${version}";
17-
hash = "sha256-N1J8HBhOLZmR51y1Z85rl0oxA1UrjBfbPb5hiZ1Q0aY=";
17+
hash = "sha256-MDGDc2xhQNfbczq/JT/hDd3ZPLRd9DVXdTg0VLQLNHk=";
1818
};
1919

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

22-
cargoHash = "sha256-AaqA+MvpmvPUOLI0usuf9rxr7TcoMSO9mOsg3OCHljw=";
22+
cargoHash = "sha256-5ESICzwLcXheqNz/E3EBX7K2RFVFPAAuoqyZsJpVijI=";
2323

2424
meta = {
2525
description = "Kakoune Language Server Protocol Client";

0 commit comments

Comments
 (0)