about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-03-24 21:18:37 +0100
committerGitHub <noreply@github.com>2022-03-24 21:18:37 +0100
commit44d5b5e1e4018eb0aed40dc4da8059f6922199c4 (patch)
tree9967232f28eba23404d8ba56ff9c47daa0709fb0 /pkgs/tools/security
parentdc718bc2e75657efb4b7135e86f8042defb67c88 (diff)
parentd6197c53804570ff5e1faad34912ff3e315db03b (diff)
Merge pull request #165591 from r-ryantm/auto-update/cfripper
cfripper: 1.6.0 -> 1.7.0
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/cfripper/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/cfripper/default.nix b/pkgs/tools/security/cfripper/default.nix
index 4e5d2e7e0304e..96848acd7c041 100644
--- a/pkgs/tools/security/cfripper/default.nix
+++ b/pkgs/tools/security/cfripper/default.nix
@@ -5,13 +5,13 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "cfripper";
-  version = "1.6.0";
+  version = "1.7.0";
 
   src = fetchFromGitHub {
     owner = "Skyscanner";
     repo = pname;
     rev = version;
-    hash = "sha256-bomQqg+xzq7+iccE+x6mN265HxkYvy13aAwBBikth3U=";
+    hash = "sha256-bYKusyEItnhj1mU6Tucsdi5pdMoWrUK4Y91SK8dNGE4=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [