forked from mirrors/nixpkgs
Merge pull request #146301 from bbigras/truffleHog
truffleHog: 2.1.11 -> 2.2.1
This commit is contained in:
commit
e17aa2be66
|
@ -12,11 +12,11 @@ let
|
|||
in
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "truffleHog";
|
||||
version = "2.1.11";
|
||||
version = "2.2.1";
|
||||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "53619f0c5be082abd377f987291ace80bc3b88f864972b1a30494780980f769e";
|
||||
sha256 = "sha256-fw0JyM2iqQrkL4FAXllEozJdkKWELS3eAURx5NZcceQ=";
|
||||
};
|
||||
|
||||
# Relax overly restricted version constraint
|
||||
|
|
Loading…
Reference in a new issue