Skip to content

Commit 45b855f

Browse files
committed
update lsp-kit
1 parent 2511e4f commit 45b855f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
.hash = "diffz-0.0.1-G2tlIQrOAQCfH15jdyaLyrMgV8eGPouFhkCeYFTmJaLk",
2222
},
2323
.lsp_kit = .{
24-
.url = "https://github.com/zigtools/lsp-kit/archive/e58d398b4058eea09d984d5d039eddd243e535ad.tar.gz",
25-
.hash = "lsp_kit-0.1.0-bi_PL5IyCgCh6ZNq1VaDklFqV0u23xNSXONjfDpYceJr",
24+
.url = "https://github.com/zigtools/lsp-kit/archive/39820a04f098d03424ced689fa016c2130fd876c.tar.gz",
25+
.hash = "lsp_kit-0.1.0-bi_PL500CgBbZ3Pbh6TG-Voqb9MRJO8_aLDgBU9Yy7DN",
2626
},
2727
.tracy = .{
2828
.url = "https://github.com/wolfpld/tracy/archive/refs/tags/v0.11.1.tar.gz",

deps.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ linkFarm "zig-packages" [
1818
};
1919
}
2020
{
21-
name = "lsp_kit-0.1.0-bi_PL5IyCgCh6ZNq1VaDklFqV0u23xNSXONjfDpYceJr";
21+
name = "lsp_kit-0.1.0-bi_PL500CgBbZ3Pbh6TG-Voqb9MRJO8_aLDgBU9Yy7DN";
2222
path = fetchzip {
23-
url = "https://github.com/zigtools/lsp-kit/archive/e58d398b4058eea09d984d5d039eddd243e535ad.tar.gz";
24-
hash = "sha256-0q1l1zAUC/9/bSvj0ziheVMQmsTVUPPYR3RHS+FeEs0=";
23+
url = "https://github.com/zigtools/lsp-kit/archive/39820a04f098d03424ced689fa016c2130fd876c.tar.gz";
24+
hash = "sha256-GHR1uIXO5ydb7xFV7SxVFuIyLl/Vy3sEl1EQZBK9hwY=";
2525
};
2626
}
2727
]

0 commit comments

Comments
 (0)