dnstwist: 20211204 -> 20220120

(#156016)
This commit is contained in:
R. RyanTM 2022-01-21 10:44:33 -08:00 committed by GitHub
parent e01fa67cdd
commit 4f16a1b334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "dnstwist";
version = "20211204";
version = "20220120";
src = fetchFromGitHub {
owner = "elceef";
repo = pname;
rev = version;
sha256 = "sha256-D7qesxkJMx/N0oyaw3ev007SLCm4RKhZSNW22CNgKPw=";
sha256 = "0vrrc0dzivq8sk7ns471r4ws3204d75riq0jzzrnxqvwz2k96wh8";
};
propagatedBuildInputs = with python3.pkgs; [