cfssl: 1.6.4 -> 1.6.5

This commit is contained in:
R. Ryantm 2024-03-06 03:08:36 +00:00
parent 5706443baf
commit c9f3cc6a29

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cfssl";
version = "1.6.4";
version = "1.6.5";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cfssl";
rev = "v${version}";
sha256 = "sha256-QVKgfwyHzN6n8CnvGT9gg2ncfaDo+Pe4IAQhm4gNiz4=";
sha256 = "sha256-Xczpv6tLJiy2dXoGJ0QUmXwOn0p6S+lm2oz61oytQec=";
};
subPackages = [