Skip to content

Commit c02475d

Browse files
authored
Update the sha256 sum for vendored go modules (#84)
1 parent e611212 commit c02475d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildGoModule rec {
99
-X main.version=${version}
1010
'';
1111
src = lib.cleanSource ../.;
12-
vendorSha256 = "sha256-imFr4N/YmpwjVZSCBHG7cyJt4RKTn+T7VPdL8R/ba5o=";
12+
vendorSha256 = "sha256-ZyTo79M5nqtqrtTOGanzgHcnSvqCKACacNBWzhYG5nY=";
1313

1414
meta = with lib; {
1515
description = "A Language Server Protocol server for Jsonnet";

0 commit comments

Comments
 (0)