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

dnstwist: 20221008 -> 20221011
This commit is contained in:
Fabian Affolter 2022-10-11 22:08:01 +02:00 committed by GitHub
commit 9b1d1a9c96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "dnstwist";
version = "20221008";
version = "20221011";
src = fetchFromGitHub {
owner = "elceef";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-JRlUQoN8lNEaovAeYzrect/r6jdXtIzChK2lqaxAavc=";
sha256 = "sha256-fUbcSopMbYk6vfu6W+HbrWx4BiOVcTWkuvpzVU/0MkI=";
};
propagatedBuildInputs = with python3.pkgs; [