diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2022-10-11 22:08:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-11 22:08:01 +0200 |
| commit | 9b1d1a9c961fdb69f43587f4a45d45ea8f4fd427 (patch) | |
| tree | 641c887e4a55bd5fdd113e0df26f1e358dc33e1a | |
| parent | Merge pull request #195555 from r-ryantm/auto-update/checkip (diff) | |
| parent | dnstwist: 20221008 -> 20221011 (diff) | |
| download | nixpkgs-9b1d1a9c961fdb69f43587f4a45d45ea8f4fd427.tar.gz | |
Merge pull request #195559 from r-ryantm/auto-update/dnstwist
dnstwist: 20221008 -> 20221011
| -rw-r--r-- | pkgs/tools/networking/dnstwist/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/dnstwist/default.nix b/pkgs/tools/networking/dnstwist/default.nix index d812873b086c..8e5b7002feab 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; [ |
