Merge pull request #136835 from r-ryantm/auto-update/cfssl

cfssl: 1.6.0 -> 1.6.1
This commit is contained in:
Jörg Thalheim 2021-09-07 03:44:37 +01:00 committed by GitHub
commit c5c9b61c23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [