phylactery: remove empty go vendor hash
This commit is contained in:
@@ -11,7 +11,7 @@ buildGoModule rec {
|
|||||||
hash = "sha256-HQN6wJ/4YeuQaDcNgdHj0RgYnn2NxXGRfxybmv60EdQ=";
|
hash = "sha256-HQN6wJ/4YeuQaDcNgdHj0RgYnn2NxXGRfxybmv60EdQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
|
vendorHash = null;
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
cp ${./go.mod} go.mod
|
cp ${./go.mod} go.mod
|
||||||
|
|||||||
Reference in New Issue
Block a user