cfssl: 1.5.0 -> 1.6.0

This commit is contained in:
R. RyanTM 2021-06-05 21:07:27 +00:00
parent 16f5b7fc92
commit acb4c290de

View file

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