certigo: 1.16.0 -> 1.17.1
This commit is contained in:
parent
e960ddc1a5
commit
2b25cc96ea
@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "certigo";
|
pname = "certigo";
|
||||||
version = "1.16.0";
|
version = "1.17.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "square";
|
owner = "square";
|
||||||
repo = "certigo";
|
repo = "certigo";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-+j1NeQJPDwQxXVYnHNmL49Li2IMH+9ehS0HSM3kqyxU=";
|
sha256 = "sha256-dn2GqEiSzlcqNPoAZhPESRsl3LOUBlaPs59rUjf2c5k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-G9YpMF4qyL8eJPnai81ihVTDK9E4meKxdpk+rjISnIM=";
|
vendorHash = "sha256-hBuR6a0gBhuYICbuiHxJdbDr4hLF4mQvIcMr5FHfOu8=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Utility to examine and validate certificates in a variety of formats";
|
description = "Utility to examine and validate certificates in a variety of formats";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user