Unverified Commit 4d8bded0 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #270189 from marsam/fix-eval

certinfo: use vendorHash to fix evaluation
parents 2b6fb7ef b48c37f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";