summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2018-10-27 13:55:59 +0200
committerGitHub <noreply@github.com>2018-10-27 13:55:59 +0200
commit5e9d66e125db7fc29aa0282f1ee2c5e41371d2cc (patch)
tree1c2670ad8ae5c9a1d8c924ea9b1f8c74e15bd612 /pkgs/tools
parent863578d6467c8606d8013a837072bba877a951f8 (diff)
parentff4fdc8cb369f21776bbaf8686d3e132d8c6ae11 (diff)
downloadnixlib-5e9d66e125db7fc29aa0282f1ee2c5e41371d2cc.tar
nixlib-5e9d66e125db7fc29aa0282f1ee2c5e41371d2cc.tar.gz
nixlib-5e9d66e125db7fc29aa0282f1ee2c5e41371d2cc.tar.bz2
nixlib-5e9d66e125db7fc29aa0282f1ee2c5e41371d2cc.tar.lz
nixlib-5e9d66e125db7fc29aa0282f1ee2c5e41371d2cc.tar.xz
nixlib-5e9d66e125db7fc29aa0282f1ee2c5e41371d2cc.tar.zst
nixlib-5e9d66e125db7fc29aa0282f1ee2c5e41371d2cc.zip
Merge pull request #49133 from r-ryantm/auto-update/truffleHog
trufflehog: 2.0.91 -> 2.0.97
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/trufflehog/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/trufflehog/default.nix b/pkgs/tools/security/trufflehog/default.nix
index f805670a5d5e..9492f2bb6eac 100644
--- a/pkgs/tools/security/trufflehog/default.nix
+++ b/pkgs/tools/security/trufflehog/default.nix
@@ -12,11 +12,11 @@ let
 in
   pythonPackages.buildPythonApplication rec {
     pname = "truffleHog";
-    version = "2.0.91";
+    version = "2.0.97";
 
     src = pythonPackages.fetchPypi {
       inherit pname version;
-      sha256 = "0r4c9ihy6wjh5cwli7lb6cr2yfvxrh7r6cgznql1src5gzlnkymx";
+      sha256 = "034kpv1p4m90286slvc6d4mlrzaf0b5jbd4qaj87hj65wbpcpg8r";
     };
 
     # Relax overly restricted version constraint