Skip to content

Commit b15d47d

Browse files
authored
just-lsp: 0.2.1 -> 0.2.2 (#406634)
2 parents 8b49874 + cb50b62 commit b15d47d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ju/just-lsp/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
rustPlatform.buildRustPackage (finalAttrs: {
99
pname = "just-lsp";
10-
version = "0.2.1";
10+
version = "0.2.2";
1111

1212
src = fetchFromGitHub {
1313
owner = "terror";
1414
repo = "just-lsp";
1515
tag = finalAttrs.version;
16-
hash = "sha256-MBkuLvMwAH0858X0TRAK1pL/JwsTIY/6Ra+Vd6X0odA=";
16+
hash = "sha256-lR3VtPS96gPUj4OVZLeQSHnss22hBTRBLUV8n2Y3E9M=";
1717
};
1818

19-
cargoHash = "sha256-gVxWy8SGvAaavrdZHK/9aKfPAXUtfs98TyFKFkFa3+U=";
19+
cargoHash = "sha256-eDjUYB5AN56hxolizw0KYb0Z/k28OWOUYOxhB/5pKV0=";
2020

2121
passthru = {
2222
updateScript = nix-update-script { };

0 commit comments

Comments
 (0)