chagne hash

This commit is contained in:
fwastring 2026-04-25 16:35:32 +02:00
parent c03fa07723
commit 14205e371f

View file

@ -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;
};