Merge pull request #102022 from r-ryantm/auto-update/cfssl
cfssl: 1.4.1 -> 1.5.0
This commit is contained in:
commit
900052c8ed
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user