Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

dnstwist: 20230413 -> 20230509

Changelog: https://github.com/elceef/dnstwist/releases/tag/20230509

+2 -2
+2 -2
pkgs/tools/networking/dnstwist/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "dnstwist"; 8 - version = "20230413"; 8 + version = "20230509"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "elceef"; 13 13 repo = pname; 14 14 rev = "refs/tags/${version}"; 15 - hash = "sha256-YYERI+GNRP2wGWhYAy6m8QI4alFZniCSWp9/fdb9mpM="; 15 + hash = "sha256-dJ/LI5mQJAYsqlOk2vP6h8Iz6ZdqTi9i4fgtjVaBkuE="; 16 16 }; 17 17 18 18 propagatedBuildInputs = with python3.pkgs; [