about summary refs log tree commit diff
path: root/pkgs/tools/security/trufflehog
diff options
context:
space:
mode:
authorKolby Dauler <kolby.dauler@keeptruckin.com>2020-05-05 18:16:57 -0700
committerKolby Dauler <kolby.dauler@keeptruckin.com>2020-05-05 18:16:57 -0700
commit9c17871402b8e4b242373c438c8504068f69d33f (patch)
treed9a4ee57b4f703ce9e7db403c02fa0a689ba63bd /pkgs/tools/security/trufflehog
parent16eac7a2684c6f924d3cf2b31b2c8c843d84bbfa (diff)
trufflehog: 2.0.97 -> 2.1.11
Diffstat (limited to 'pkgs/tools/security/trufflehog')
-rw-r--r--pkgs/tools/security/trufflehog/default.nix11
1 files changed, 3 insertions, 8 deletions
diff --git a/pkgs/tools/security/trufflehog/default.nix b/pkgs/tools/security/trufflehog/default.nix
index a992d527c26c2..353590ed87c81 100644
--- a/pkgs/tools/security/trufflehog/default.nix
+++ b/pkgs/tools/security/trufflehog/default.nix
@@ -3,25 +3,20 @@
 let
   truffleHogRegexes = python3Packages.buildPythonPackage rec {
     pname = "truffleHogRegexes";
-<<<<<<< HEAD
-    version = "0.0.4";
-    src = pythonPackages.fetchPypi {
-=======
     version = "0.0.7";
     src = python3Packages.fetchPypi {
->>>>>>> 2c28266fcef... trufflehog: 2.0.97 -> 2.1.11
       inherit pname version;
-      sha256 = "09vrscbb4h4w01gmamlzghxx6cvrqdscylrbdcnbjsd05xl7zh4z";
+      sha256 = "b81dfc60c86c1e353f436a0e201fd88edb72d5a574615a7858485c59edf32405";
     };
   };
 in
   python3Packages.buildPythonApplication rec {
     pname = "truffleHog";
-    version = "2.0.97";
+    version = "2.1.11";
 
     src = python3Packages.fetchPypi {
       inherit pname version;
-      sha256 = "034kpv1p4m90286slvc6d4mlrzaf0b5jbd4qaj87hj65wbpcpg8r";
+      sha256 = "53619f0c5be082abd377f987291ace80bc3b88f864972b1a30494780980f769e";
     };
 
     # Relax overly restricted version constraint