summary refs log tree commit diff
path: root/pkgs/tools/security/cfssl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-10-29 10:58:56 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-10-29 10:58:56 +0000
commit9019cf90332fc2160f001a49e502a48cf8b1d9ed (patch)
tree2fb5b3504b941346f8d15c168aff46257dfa1f0b /pkgs/tools/security/cfssl
parent05f6de94cf6c918ca1b573da2cb3dcc79851b64e (diff)
downloadnixpkgs-9019cf90332fc2160f001a49e502a48cf8b1d9ed.tar
nixpkgs-9019cf90332fc2160f001a49e502a48cf8b1d9ed.tar.gz
nixpkgs-9019cf90332fc2160f001a49e502a48cf8b1d9ed.tar.bz2
nixpkgs-9019cf90332fc2160f001a49e502a48cf8b1d9ed.tar.lz
nixpkgs-9019cf90332fc2160f001a49e502a48cf8b1d9ed.tar.xz
nixpkgs-9019cf90332fc2160f001a49e502a48cf8b1d9ed.tar.zst
nixpkgs-9019cf90332fc2160f001a49e502a48cf8b1d9ed.zip
cfssl: 1.4.1 -> 1.5.0
Diffstat (limited to 'pkgs/tools/security/cfssl')
-rw-r--r--pkgs/tools/security/cfssl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/cfssl/default.nix b/pkgs/tools/security/cfssl/default.nix
index 1aef7b5bd56..d926aaca68f 100644
--- a/pkgs/tools/security/cfssl/default.nix
+++ b/pkgs/tools/security/cfssl/default.nix
@@ -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 = [