Skip to content

Commit

Permalink
Update the sha256 sum for vendored go modules (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbaldry authored Nov 16, 2022
1 parent e611212 commit c02475d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildGoModule rec {
-X main.version=${version}
'';
src = lib.cleanSource ../.;
vendorSha256 = "sha256-imFr4N/YmpwjVZSCBHG7cyJt4RKTn+T7VPdL8R/ba5o=";
vendorSha256 = "sha256-ZyTo79M5nqtqrtTOGanzgHcnSvqCKACacNBWzhYG5nY=";

meta = with lib; {
description = "A Language Server Protocol server for Jsonnet";
Expand Down

0 comments on commit c02475d

Please sign in to comment.