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 8b49874 + cb50b62 commit b15d47dCopy full SHA for b15d47d
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.1";
+ version = "0.2.2";
11
12
src = fetchFromGitHub {
13
owner = "terror";
14
repo = "just-lsp";
15
tag = finalAttrs.version;
16
- hash = "sha256-MBkuLvMwAH0858X0TRAK1pL/JwsTIY/6Ra+Vd6X0odA=";
+ hash = "sha256-lR3VtPS96gPUj4OVZLeQSHnss22hBTRBLUV8n2Y3E9M=";
17
};
18
19
- cargoHash = "sha256-gVxWy8SGvAaavrdZHK/9aKfPAXUtfs98TyFKFkFa3+U=";
+ cargoHash = "sha256-eDjUYB5AN56hxolizw0KYb0Z/k28OWOUYOxhB/5pKV0=";
20
21
passthru = {
22
updateScript = nix-update-script { };
0 commit comments