dnsrecon: 1.1.3 -> 1.1.4

Diff: https://github.com/darkoperator/dnsrecon/compare/1.1.3...1.1.4
This commit is contained in:
Fabian Affolter 2023-05-06 17:30:32 +02:00
parent dbfef0611b
commit c9581eaf43

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "dnsrecon";
version = "1.1.3";
version = "1.1.4";
format = "setuptools";
src = fetchFromGitHub {
owner = "darkoperator";
repo = pname;
rev = version;
hash = "sha256-V4/6VUlMizy8EN8ajN56YF+COn3/dfmD0997R+iR86g=";
hash = "sha256-DtyYYNtv0Zk8103NN+vlnr3Etv0bAZ6+A2CXeZZgiUg=";
};
propagatedBuildInputs = with python3.pkgs; [