certigo: 1.13.0 -> 1.14.1

This commit is contained in:
R. Ryantm 2022-01-23 23:55:00 +00:00
parent e5f7e0e551
commit 5f45d80e00

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "certigo"; pname = "certigo";
version = "1.13.0"; version = "1.14.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "square"; owner = "square";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-3VysSE4N2MlNDOZ27RbCe8rUuYChU5Z3L/CIhtvMp38="; sha256 = "sha256-P6xXXY0INB3Eyuxs1LEJlm2NBfMbG/HvlbIKUMAOxZE=";
}; };
vendorSha256 = "sha256-0wul0f8T7E4cXbsNee1j1orUgjrAToqDLgwCjiyii1Y="; vendorSha256 = "sha256-0wul0f8T7E4cXbsNee1j1orUgjrAToqDLgwCjiyii1Y=";