dnstwist: 20221011 -> 20221022

This commit is contained in:
R. Ryantm 2022-10-22 16:11:09 +00:00
parent 71e4896d63
commit 628b94f02f

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "dnstwist";
version = "20221011";
version = "20221022";
src = fetchFromGitHub {
owner = "elceef";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-fUbcSopMbYk6vfu6W+HbrWx4BiOVcTWkuvpzVU/0MkI=";
sha256 = "sha256-qdKMEE97PWkWgstJZxnFWDjc2heIbJjjCwBbl5K2zy4=";
};
propagatedBuildInputs = with python3.pkgs; [