cfssl: 1.6.0 -> 1.6.1

This commit is contained in:
R. RyanTM 2021-09-06 02:35:13 +00:00
parent 1871c113f1
commit ba3631c055

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cfssl";
version = "1.6.0";
version = "1.6.1";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cfssl";
rev = "v${version}";
sha256 = "sha256-29HEaW5LCoHcuJrfVUN2hnsRtaSTrvIBo8ok2UJbfuQ=";
sha256 = "sha256-QY04MecjQTmrkPkWcLkXJWErtaw7esb6GnPIKGTJL34=";
};
subPackages = [