Merge pull request #270189 from marsam/fix-eval

certinfo: use vendorHash to fix evaluation
This commit is contained in:
Mario Rodas
2023-11-26 11:39:21 -05:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@ buildGoModule rec {
++ lib.optionals stdenv.isLinux [ libX11 ]
++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Cocoa ];
vendorSha256 = null;
vendorHash = null;
meta = with lib; {
description = "Print x509 certificate info";