We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e611212 commit c02475dCopy full SHA for c02475d
nix/default.nix
@@ -9,7 +9,7 @@ buildGoModule rec {
9
-X main.version=${version}
10
'';
11
src = lib.cleanSource ../.;
12
- vendorSha256 = "sha256-imFr4N/YmpwjVZSCBHG7cyJt4RKTn+T7VPdL8R/ba5o=";
+ vendorSha256 = "sha256-ZyTo79M5nqtqrtTOGanzgHcnSvqCKACacNBWzhYG5nY=";
13
14
meta = with lib; {
15
description = "A Language Server Protocol server for Jsonnet";
0 commit comments