Merge pull request #195559 from r-ryantm/auto-update/dnstwist

dnstwist: 20221008 -> 20221011

authored by Fabian Affolter and committed by GitHub 9b1d1a9c ce64ce39

+2 -2
+2 -2
pkgs/tools/networking/dnstwist/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "dnstwist"; 8 - version = "20221008"; 8 + version = "20221011"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "elceef"; 12 12 repo = pname; 13 13 rev = "refs/tags/${version}"; 14 - sha256 = "sha256-JRlUQoN8lNEaovAeYzrect/r6jdXtIzChK2lqaxAavc="; 14 + sha256 = "sha256-fUbcSopMbYk6vfu6W+HbrWx4BiOVcTWkuvpzVU/0MkI="; 15 15 }; 16 16 17 17 propagatedBuildInputs = with python3.pkgs; [