0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

truffleHog: 2.1.11 -> 2.2.1

This commit is contained in:
Bruno Bigras 2021-11-16 16:18:45 -05:00
parent 75b6455294
commit 33cf995134

View file

@ -12,11 +12,11 @@ let
in in
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "truffleHog"; pname = "truffleHog";
version = "2.1.11"; version = "2.2.1";
src = python3Packages.fetchPypi { src = python3Packages.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "53619f0c5be082abd377f987291ace80bc3b88f864972b1a30494780980f769e"; sha256 = "sha256-fw0JyM2iqQrkL4FAXllEozJdkKWELS3eAURx5NZcceQ=";
}; };
# Relax overly restricted version constraint # Relax overly restricted version constraint