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 12, 2024
1 parent 86a25bc commit 8af4628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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-wmLGRZ4UMbpOXOzPaKPDK8IkC7SRuqfVHk6JJNBuBco=";
vendorHash = "sha256-fxDxc0NL8ImONg1OCqEy8VNbl3O9ML+cxs2H8dqgYiU=";

nativeBuildInputs = [ installShellFiles ];

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-mPBmSREatlmQHi58vNHoR2KPmGnGmCHObQIK5pOXodU=";
vendorHash = "sha256-qoCUKX/06BgistvFpTNMpS39hLyv0kEHbS5cTVx1V+k=";

subPackages = [ "." ];

Expand Down

0 comments on commit 8af4628

Please sign in to comment.