certinfo: use vendorHash to fix evaluation

vendorSha256 is deprecated [1]

[1] https://github.com/NixOS/nixpkgs/pull/259999
This commit is contained in:
Mario Rodas 2023-11-26 10:00:00 -05:00
parent 2b6fb7ef66
commit b48c37f3e1

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