forked from mirrors/nixpkgs
Merge pull request #136835 from r-ryantm/auto-update/cfssl
cfssl: 1.6.0 -> 1.6.1
This commit is contained in:
commit
c5c9b61c23
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue