about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-10-11 22:08:01 +0200
committerGitHub <noreply@github.com>2022-10-11 22:08:01 +0200
commit9b1d1a9c961fdb69f43587f4a45d45ea8f4fd427 (patch)
tree641c887e4a55bd5fdd113e0df26f1e358dc33e1a /pkgs/tools
parentce64ce3928f53b7de9313617a0bd935f130ca27a (diff)
parent9c32b210d6eb6f2c5f90eb9355f28bbe029a17e6 (diff)
Merge pull request #195559 from r-ryantm/auto-update/dnstwist
dnstwist: 20221008 -> 20221011
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/dnstwist/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/dnstwist/default.nix b/pkgs/tools/networking/dnstwist/default.nix
index d812873b086c9..8e5b7002feaba 100644
--- a/pkgs/tools/networking/dnstwist/default.nix
+++ b/pkgs/tools/networking/dnstwist/default.nix
@@ -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; [