forked from mirrors/nixpkgs
octorpki: vendorSha256 -> vendorHash
This commit is contained in:
parent
aef31528ad
commit
78d5ef88da
|
@ -37,7 +37,7 @@ buildGoModule rec {
|
|||
cp -R cmd/octorpki/tals $out/share/tals
|
||||
'';
|
||||
|
||||
vendorSha256 = null;
|
||||
vendorHash = null;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/cloudflare/cfrpki#octorpki";
|
||||
|
|
Loading…
Reference in a new issue