about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-23 07:55:31 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-23 07:55:31 +0000
commitc60c8337a92001eb1f0aa2614875e9b56d5b8349 (patch)
treeb0af1b00ce9333fd76b982df4906a3ee43625ac8
parenteaecf0149a52f8cda01b70cd827f9d3ebeb9486e (diff)
cfripper: 1.13.0 -> 1.13.1
-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 fc943d4b9cfd3..89a0188b0dcfa 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.13.0";
+  version = "1.13.1";
 
   src = fetchFromGitHub {
     owner = "Skyscanner";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-SJY3Js0nxKCVRKwU240KSLuaUy4+LlC8cwDeyxl6D2U=";
+    hash = "sha256-V27eZoeg5r+h8W1H66eNauGOvV8tT/oo4fRfSLhz1MY=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [