Unverified Commit ccca3842 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

dnsrecon: 1.5.2 -> 1.5.3 (#476208)

parents 191e9c66 28706d0b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "dnsrecon";
  version = "1.5.2";
  version = "1.5.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "darkoperator";
    repo = "dnsrecon";
    tag = version;
    hash = "sha256-FFe421hB1V8EQd3Uyl/3PvWwgn3YcRtz6k+umpiwfW4=";
    hash = "sha256-MkeHQZXWCqZ9/Z8WEVZIkDeLB/bnSxi8NBpgrcxAo+s=";
  };

  pythonRelaxDeps = true;