about summary refs log tree commit diff
path: root/pkgs/tools/security/cloudfox
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-18 08:59:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-18 08:59:49 +0000
commitd5045a00255d8c1f03eb8e32ae9ff4002d9bb3d4 (patch)
tree965026eb4d93c9803c78e20a7adc2c3196389e1e /pkgs/tools/security/cloudfox
parent87c6a9a57c4ef5fb5f5917caf05be685d4abc632 (diff)
cloudfox: 1.7.1 -> 1.7.2
Diffstat (limited to 'pkgs/tools/security/cloudfox')
-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 b4781ba7c0bd1..1b0dcf86a170d 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.7.1";
+  version = "1.7.2";
 
   src = fetchFromGitHub {
     owner = "BishopFox";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-JwSXm75CC1GBbQ7kZJXyDXf2997owRaGcB2m7q+BrEs=";
+    hash = "sha256-QntRCiY6le3gCuWoNT27WD/p4huxjCDFb24Sj/8luMs=";
   };
 
-  vendorSha256 = "sha256-KrJR5YZxP6psHphY0BhYFu14PaDi5k1ngFfYPSzOYK4=";
+  vendorSha256 = "sha256-89VQ7RH2TTYME+fH1S0KHAIfUYXV6Oi72kz70JVBXTs=";
 
   # Some tests are failing because of wrong filename/path
   doCheck = false;