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 { python3.pkgs.buildPythonApplication rec {
pname = "dnstwist"; pname = "dnstwist";
version = "20221011"; version = "20221022";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elceef"; owner = "elceef";
repo = pname; repo = pname;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
sha256 = "sha256-fUbcSopMbYk6vfu6W+HbrWx4BiOVcTWkuvpzVU/0MkI="; sha256 = "sha256-qdKMEE97PWkWgstJZxnFWDjc2heIbJjjCwBbl5K2zy4=";
}; };
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [