phylactery: remove empty go vendor hash

This commit is contained in:
zowoq
2023-02-03 15:06:34 +10:00
committed by Florian Brandes
parent 442bd9d73f
commit 807febe79e

View File

@@ -11,7 +11,7 @@ buildGoModule rec {
hash = "sha256-HQN6wJ/4YeuQaDcNgdHj0RgYnn2NxXGRfxybmv60EdQ=";
};
vendorHash = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
vendorHash = null;
preBuild = ''
cp ${./go.mod} go.mod