cfssl: 1.6.2 -> 1.6.3

This commit is contained in:
R. Ryantm 2022-10-05 07:32:07 +00:00
parent 0906855159
commit 2830aa0212

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cfssl";
version = "1.6.2";
version = "1.6.3";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cfssl";
rev = "v${version}";
sha256 = "sha256-cyriV6z904QlkDlP80CSpakISJn7S81/2fcspAf5uk4=";
sha256 = "sha256-aZjb4mWoevRnPyL+b7H+VjIVklNe+u054OsmJbxPx4g=";
};
subPackages = [