dnstwist: 20220131 -> 20220815

This commit is contained in:
Fabian Affolter
2022-08-17 16:08:06 +02:00
parent bce7730e71
commit fe5e97d2b8
+2 -2
View File
@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "dnstwist";
version = "20220131";
version = "20220815";
src = fetchFromGitHub {
owner = "elceef";
repo = pname;
rev = version;
sha256 = "sha256-2sRKRzYR6F2cvz9K7MBe2JIorJkPQ5M2/SRKXGTBVGk=";
sha256 = "sha256-cmwgnjhfTqehMCu6mN0840NIaTN8gf4r098ULVj0yPI=";
};
propagatedBuildInputs = with python3.pkgs; [