certigo: 1.16.0 -> 1.17.1 (#431896)

This commit is contained in:
Paul Meyer 2025-08-18 09:34:40 +02:00 committed by GitHub
commit 725451f390
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "certigo";
version = "1.16.0";
version = "1.17.1";
src = fetchFromGitHub {
owner = "square";
repo = "certigo";
rev = "v${version}";
sha256 = "sha256-+j1NeQJPDwQxXVYnHNmL49Li2IMH+9ehS0HSM3kqyxU=";
sha256 = "sha256-dn2GqEiSzlcqNPoAZhPESRsl3LOUBlaPs59rUjf2c5k=";
};
vendorHash = "sha256-G9YpMF4qyL8eJPnai81ihVTDK9E4meKxdpk+rjISnIM=";
vendorHash = "sha256-hBuR6a0gBhuYICbuiHxJdbDr4hLF4mQvIcMr5FHfOu8=";
meta = with lib; {
description = "Utility to examine and validate certificates in a variety of formats";