Skip to content

Commit

Permalink
fixup: update generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
edgelessci committed Dec 27, 2024
1 parent 8c87da7 commit b54f9d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/by-name/contrast/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ buildGoModule rec {
};

proxyVendor = true;
vendorHash = "sha256-xWyjFGoHjivwnFw8IqbElzuL1mvNltVWGhwpQ7vSqDk=";
vendorHash = "sha256-fgSO+NMhLSxvQM6itw2Wsgr8B+r1Hbuuf9SpbEwajOg=";

nativeBuildInputs = [ installShellFiles ];

Expand Down
2 changes: 1 addition & 1 deletion packages/by-name/service-mesh/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildGoModule rec {
};

proxyVendor = true;
vendorHash = "sha256-IqD7MpelpRvV7FS7Mx5OzTnGAbNxAgtyWqI501ZqY7E=";
vendorHash = "sha256-SlRxqvHfvWVtDABLnWiF8Sm8dedx2AX/rAU0cU8zHM4=";

subPackages = [ "." ];

Expand Down
2 changes: 1 addition & 1 deletion packages/by-name/tdx-measure/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildGoModule rec {
src = ../../../tools/tdx-measure;

proxyVendor = true;
vendorHash = "sha256-qoCUKX/06BgistvFpTNMpS39hLyv0kEHbS5cTVx1V+k=";
vendorHash = "sha256-Ufg+5ad0ThjBGDCOevvT0eKDGYFRs0mdG57EudpUM04=";

subPackages = [ "." ];

Expand Down

0 comments on commit b54f9d7

Please sign in to comment.