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
commit 90867cd936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";