about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-04-25 05:27:09 -0500
committerGitHub <noreply@github.com>2023-04-25 05:27:09 -0500
commit16e1d74abbd06e64e455e89e7709c014cb8eb829 (patch)
treea76eae562e66b4e8aea7cb771e242a8aad26b3a9
parente1b387b9214e908421709af7d0f477efba565e33 (diff)
parente452880efe71c8989afb386020784b4fc7983003 (diff)
Merge pull request #228086 from r-ryantm/auto-update/cfssl
cfssl: 1.6.3 -> 1.6.4
-rw-r--r--pkgs/tools/security/cfssl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/cfssl/default.nix b/pkgs/tools/security/cfssl/default.nix
index 8d1c0df11a85c..903b52f8bd0cb 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.6.3";
+  version = "1.6.4";
 
   src = fetchFromGitHub {
     owner = "cloudflare";
     repo = "cfssl";
     rev = "v${version}";
-    sha256 = "sha256-aZjb4mWoevRnPyL+b7H+VjIVklNe+u054OsmJbxPx4g=";
+    sha256 = "sha256-QVKgfwyHzN6n8CnvGT9gg2ncfaDo+Pe4IAQhm4gNiz4=";
   };
 
   subPackages = [
@@ -22,7 +22,7 @@ buildGoModule rec {
     "cmd/mkbundle"
   ];
 
-  vendorSha256 = null;
+  vendorHash = null;
 
   doCheck = false;