3
0
Fork 0
forked from mirrors/nixpkgs

octorpki: vendorSha256 -> vendorHash

This commit is contained in:
Weijia Wang 2023-10-19 02:41:38 +02:00
parent aef31528ad
commit 78d5ef88da

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