summary refs log tree commit diff
path: root/pkgs/tools/security/cfripper
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-20 01:14:06 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-20 01:14:06 +0000
commit16e781187a61a84a5ff90ff9769ebf1acd28f31d (patch)
tree5f8ffd46eb653d0601cd8fafc9cd761748e56469 /pkgs/tools/security/cfripper
parent2882f7f1ad6aee1891f774c7de193c5ca4bffbde (diff)
cfripper: 1.8.0 -> 1.9.0
Diffstat (limited to 'pkgs/tools/security/cfripper')
-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 1c6caf18a8e8d..3e3d67cb6458d 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.8.0";
+  version = "1.9.0";
 
   src = fetchFromGitHub {
     owner = "Skyscanner";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-x6QfS3DdJMpVKOLrz3EvYzIU72GzLdEePfpE9siEmCo=";
+    hash = "sha256-wep1hGYq0UUHeEL674N6cvGg9u9FqGqS0XCUZYUZGzs=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [