Unverified Commit 90867cd9 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

octorpki: vendorSha256 -> vendorHash
parents e3ea7954 78d5ef88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";