Skip to content

Commit

Permalink
chore: migrate to vendorHash
Browse files Browse the repository at this point in the history
  • Loading branch information
EHfive committed Nov 17, 2023
1 parent 0f78173 commit 8533eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mosdns/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildGoModule rec {
fetchSubmodules = false;
sha256 = "sha256-QujkDx899GAImEtQE28ru7H0Zym5SYXJbJEfSBkJYjo=";
});
vendorSha256 = "sha256-0J5hXb1W8UruNG0KFaJBOQwHl2XiWg794A6Ktgv+ObM=";
vendorHash = "sha256-0J5hXb1W8UruNG0KFaJBOQwHl2XiWg794A6Ktgv+ObM=";
doCheck = false;

buildPhase = ''
Expand Down
2 changes: 1 addition & 1 deletion packages/v2ray-next/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let
fetchSubmodules = false;
sha256 = "sha256-wiAK3dzZ9TGYkt7MmBkYTD+Mi5BEid8sziDM1nI3Z80=";
});
vendorSha256 = "sha256-pC3KXx1KBvQx6eZZG1czaGjCOd0xAB42B5HmKn7p52c=";
vendorHash = "sha256-pC3KXx1KBvQx6eZZG1czaGjCOd0xAB42B5HmKn7p52c=";

doCheck = false;

Expand Down

0 comments on commit 8533eba

Please sign in to comment.