cfripper: 1.13.2 -> 1.14.0

Diff: https://github.com/Skyscanner/cfripper/compare/refs/tags/1.13.2...1.14.0

+2 -2
+2 -2
pkgs/tools/security/cfripper/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "cfripper"; 8 - version = "1.13.2"; 8 + version = "1.14.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "Skyscanner"; 12 12 repo = pname; 13 13 rev = "refs/tags/${version}"; 14 - hash = "sha256-wcOtj56l2bUYE+WdbDwtB3aWlP2zEAFaaqw4THcHxbY="; 14 + hash = "sha256-f8abfrYoEwmlQBl0eRFfigw2SrfPCL3+88bwc8miKEk="; 15 15 }; 16 16 17 17 propagatedBuildInputs = with python3.pkgs; [