chagne hash
This commit is contained in:
parent
c03fa07723
commit
14205e371f
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ let
|
|||
version = "source";
|
||||
src = inputs.wedding;
|
||||
subPackages = [ "internal/cmd/app" ];
|
||||
vendorHash = "sha256-rxaikaR4UGXu2hIuR9ZbOnITBsCq5zEDAlwrhhRudoo=";
|
||||
#vendorHash = "sha256-rxaikaR4UGXu2hIuR9ZbOnITBsCq5zEDAlwrhhRudoo=";
|
||||
vendorHash = lib.fakeHash;
|
||||
env = {
|
||||
CGO_ENABLED = 0;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue