about summary refs log tree commit diff
path: root/pkgs/tools/security/cfssl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-06-05 21:07:27 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-06-05 21:07:27 +0000
commitacb4c290de547a296ebe7356cd3112766966b57d (patch)
tree957a329dfe4050f2cdd583499eef617c58904457 /pkgs/tools/security/cfssl
parent16f5b7fc9264287d565ee432bf7cd5231f0fc3ff (diff)
cfssl: 1.5.0 -> 1.6.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 e92fe7b951f64..6ef07c2c355be 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.5.0";
+  version = "1.6.0";
 
   src = fetchFromGitHub {
     owner = "cloudflare";
     repo = "cfssl";
     rev = "v${version}";
-    sha256 = "1yzxz2l7h2d3f8j6l9xlm7g9659gsa17zf4q0883s0jh3l3xgs5n";
+    sha256 = "sha256-29HEaW5LCoHcuJrfVUN2hnsRtaSTrvIBo8ok2UJbfuQ=";
   };
 
   subPackages = [