about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-12-28 08:54:56 +0100
committerGitHub <noreply@github.com>2023-12-28 08:54:56 +0100
commit4c43a272efeb906fe7d56a63da397b942e91eeb1 (patch)
tree7c43a47706ccbf6a166c375dd199204d93dd40a0 /pkgs/tools/security
parentc06645023a8fe85df8505c3dd8601d6d7858b5ff (diff)
parent04d91e680429dd6a36417aac7d04b2081997c1fe (diff)
Merge pull request #277225 from r-ryantm/auto-update/cloudfox
cloudfox: 1.12.3 -> 1.13.0
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/cloudfox/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/cloudfox/default.nix b/pkgs/tools/security/cloudfox/default.nix
index e5e47ce56f4e7..6b1d7870c699a 100644
--- a/pkgs/tools/security/cloudfox/default.nix
+++ b/pkgs/tools/security/cloudfox/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "cloudfox";
-  version = "1.12.3";
+  version = "1.13.0";
 
   src = fetchFromGitHub {
     owner = "BishopFox";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-V6zYEH2LACBcMY0ox8ZgqJGFLWFgCNR4l9Uo+hMgseE=";
+    hash = "sha256-4donwh7yG7R4+k+ydGto2CZclnM95qodQuL1Huu4GDo=";
   };
 
-  vendorHash = "sha256-PZW1rNX8TLW0SZ9A2eF5N12J9BPWgRZJeGIb042Tinc=";
+  vendorHash = "sha256-RdcfAZVqCp+egLbgx1c/A/zk0YlBY6aeeq0Lv4cLivY=";
 
   # Some tests are failing because of wrong filename/path
   doCheck = false;