Commit b48c37f3 authored by Mario Rodas's avatar Mario Rodas
Browse files

certinfo: use vendorHash to fix evaluation

vendorSha256 is deprecated [1]

[1] https://github.com/NixOS/nixpkgs/pull/259999
parent 2b6fb7ef
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";