Unverified Commit cc89d005 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

dnstwist: 20240812 -> 20250130 (#379638)

parents 608991b9 20c55b2d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "dnstwist";
  version = "20240812";
  version = "20250130";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "elceef";
    repo = "dnstwist";
    tag = version;
    hash = "sha256-J6MfPKj7iACsiiSUU/2gxQdwtmqw9NKnjDoSdhxKoAw=";
    hash = "sha256-cgSQ6KDCvTYX0vp0jqNzKHzo84IXrztoYqoTJNF+FiI=";
  };

  build-system = with python3.pkgs; [