certspotter: 0.17.0 -> 0.18.0

This commit is contained in:
R. Ryantm 2023-11-14 06:39:01 +00:00
parent 541745f774
commit e08445b3e0

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "certspotter";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "SSLMate";
repo = "certspotter";
rev = "v${version}";
hash = "sha256-6ghS+9b8FZiYdiTk54XRHP46lOq98sN1RDYvRYTt6eU=";
hash = "sha256-nyeqpDMRZRuHjfl3cI/I00KpVg3udjr0B8MEBZcF7nY=";
};
vendorHash = "sha256-6dV9FoPV8UfS0z5RuuopE99fHcT3RAWCdDi7jpHzVRE=";