certinfo: use vendorHash to fix evaluation
vendorSha256 is deprecated [1] [1] https://github.com/NixOS/nixpkgs/pull/259999
This commit is contained in:
parent
2b6fb7ef66
commit
b48c37f3e1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user