cfssl: 1.4.1 -> 1.5.0

This commit is contained in:
R. RyanTM 2020-10-29 10:58:56 +00:00
parent 05f6de94cf
commit 9019cf9033

View file

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