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.
1 parent 666f18c commit 66c1b6eCopy full SHA for 66c1b6e
pkgs/by-name/ju/just-lsp/package.nix
@@ -7,16 +7,16 @@
7
8
rustPlatform.buildRustPackage (finalAttrs: {
9
pname = "just-lsp";
10
- version = "0.2.2";
+ version = "0.2.3";
11
12
src = fetchFromGitHub {
13
owner = "terror";
14
repo = "just-lsp";
15
tag = finalAttrs.version;
16
- hash = "sha256-lR3VtPS96gPUj4OVZLeQSHnss22hBTRBLUV8n2Y3E9M=";
+ hash = "sha256-1XxC09Q9UGKRzMb51mUjmTJd7vEp0FFqtUD/9cQZvC0=";
17
};
18
19
- cargoHash = "sha256-eDjUYB5AN56hxolizw0KYb0Z/k28OWOUYOxhB/5pKV0=";
+ cargoHash = "sha256-mc1kYXfEF+oZO/GEBtCnKwt17LhvGDQK8RcOSsXKFjc=";
20
21
passthru = {
22
updateScript = nix-update-script { };
0 commit comments