about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-14 19:03:17 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-14 19:03:17 +0000
commitc7c6d1f0aaef4c5e267b7f5b0e2282a8bcad1c95 (patch)
tree1415e7927634073e7eb7f39493d5bd732c94e0d5
parente2a0450b4b32da75fb3166c86087d79963020bff (diff)
downloadnixlib-c7c6d1f0aaef4c5e267b7f5b0e2282a8bcad1c95.tar
nixlib-c7c6d1f0aaef4c5e267b7f5b0e2282a8bcad1c95.tar.gz
nixlib-c7c6d1f0aaef4c5e267b7f5b0e2282a8bcad1c95.tar.bz2
nixlib-c7c6d1f0aaef4c5e267b7f5b0e2282a8bcad1c95.tar.lz
nixlib-c7c6d1f0aaef4c5e267b7f5b0e2282a8bcad1c95.tar.xz
nixlib-c7c6d1f0aaef4c5e267b7f5b0e2282a8bcad1c95.tar.zst
nixlib-c7c6d1f0aaef4c5e267b7f5b0e2282a8bcad1c95.zip
cfripper: 1.15.3 -> 1.15.4
-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 c597f2e85602..aac55cf46b74 100644
--- a/pkgs/tools/security/cfripper/default.nix
+++ b/pkgs/tools/security/cfripper/default.nix
@@ -12,14 +12,14 @@ let
   };
 in python.pkgs.buildPythonApplication rec {
   pname = "cfripper";
-  version = "1.15.3";
+  version = "1.15.4";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "Skyscanner";
     repo = "cfripper";
     rev = "refs/tags/v${version}";
-    hash = "sha256-SmD3Dq5LicPRe3lWFsq4zqM/yDZ1LsgRwSUA5/RbN9I=";
+    hash = "sha256-heVFum+Eaofd9L0dNHqD9GgHP+ckGwJi+NfeFci+ESc=";
   };
 
   postPatch = ''