3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #157680 from fabaff/bump-dnstwist

dnstwist: 20220120 -> 20220131
This commit is contained in:
Fabian Affolter 2022-02-02 08:54:55 +01:00 committed by GitHub
commit 56061943c5
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 = "20220120";
version = "20220131";
src = fetchFromGitHub {
owner = "elceef";
repo = pname;
rev = version;
sha256 = "0vrrc0dzivq8sk7ns471r4ws3204d75riq0jzzrnxqvwz2k96wh8";
sha256 = "sha256-2sRKRzYR6F2cvz9K7MBe2JIorJkPQ5M2/SRKXGTBVGk=";
};
propagatedBuildInputs = with python3.pkgs; [