Skip to content

Commit e75ddef

Browse files
authored
just-lsp: 0.2.2 -> 0.2.3 (#415277)
2 parents de8f30c + 66c1b6e commit e75ddef

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.2";
10+
version = "0.2.3";
1111

1212
src = fetchFromGitHub {
1313
owner = "terror";
1414
repo = "just-lsp";
1515
tag = finalAttrs.version;
16-
hash = "sha256-lR3VtPS96gPUj4OVZLeQSHnss22hBTRBLUV8n2Y3E9M=";
16+
hash = "sha256-1XxC09Q9UGKRzMb51mUjmTJd7vEp0FFqtUD/9cQZvC0=";
1717
};
1818

19-
cargoHash = "sha256-eDjUYB5AN56hxolizw0KYb0Z/k28OWOUYOxhB/5pKV0=";
19+
cargoHash = "sha256-mc1kYXfEF+oZO/GEBtCnKwt17LhvGDQK8RcOSsXKFjc=";
2020

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

0 commit comments

Comments
 (0)