phylactery: remove empty go vendor hash

This commit is contained in:
zowoq 2023-02-03 15:06:34 +10:00
parent c4fff89150
commit a83fd920d8

View file

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