cfssl: 1.6.3 -> 1.6.4

This commit is contained in:
R. Ryantm 2023-04-25 05:44:22 +00:00
parent de91114b61
commit e452880efe

View file

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "cfssl"; pname = "cfssl";
version = "1.6.3"; version = "1.6.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cloudflare"; owner = "cloudflare";
repo = "cfssl"; repo = "cfssl";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-aZjb4mWoevRnPyL+b7H+VjIVklNe+u054OsmJbxPx4g="; sha256 = "sha256-QVKgfwyHzN6n8CnvGT9gg2ncfaDo+Pe4IAQhm4gNiz4=";
}; };
subPackages = [ subPackages = [
@ -22,7 +22,7 @@ buildGoModule rec {
"cmd/mkbundle" "cmd/mkbundle"
]; ];
vendorSha256 = null; vendorHash = null;
doCheck = false; doCheck = false;