Merge pull request #261937 from wegank/octorpki-vendor-hash

octorpki: vendorSha256 -> vendorHash
This commit is contained in:
Weijia Wang
2023-10-19 14:39:07 +02:00
committed by GitHub
+1 -1
View File
@@ -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";