summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-03-16 19:13:48 +0100
committerGitHub <noreply@github.com>2022-03-16 19:13:48 +0100
commit057dc6c2f61870a43803494d93e8697c7a907ac7 (patch)
tree2ffd12e5e95b5914ed7b5f1e5151a2e014a8b0ba /pkgs/tools/security
parentb0ea20b46ea4460cd69fbd6db137d42999d4ad0e (diff)
parent19744793b4eb8ec57707faee4a48613f70ceef8f (diff)
downloadnixpkgs-057dc6c2f61870a43803494d93e8697c7a907ac7.tar
nixpkgs-057dc6c2f61870a43803494d93e8697c7a907ac7.tar.gz
nixpkgs-057dc6c2f61870a43803494d93e8697c7a907ac7.tar.bz2
nixpkgs-057dc6c2f61870a43803494d93e8697c7a907ac7.tar.lz
nixpkgs-057dc6c2f61870a43803494d93e8697c7a907ac7.tar.xz
nixpkgs-057dc6c2f61870a43803494d93e8697c7a907ac7.tar.zst
nixpkgs-057dc6c2f61870a43803494d93e8697c7a907ac7.zip
Merge pull request #164183 from r-ryantm/auto-update/cfripper
cfripper: 1.5.1 -> 1.5.2
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 39b0187c4a6..822566b8d04 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.5.1";
+  version = "1.5.2";
 
   src = fetchFromGitHub {
     owner = "Skyscanner";
     repo = pname;
     rev = version;
-    hash = "sha256-/qcpLCk1ZZMKxhqK6q6sSbRDjiF5GQmDJzvCaV2kAqQ=";
+    hash = "sha256-tl0g08nnY1CZ4SNcMFPARIRquiO9SCen9VWeNalLHds=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [