Merge pull request #209931 from r-ryantm/auto-update/knockpy

knockpy: 5.3.0 -> 5.4.0
This commit is contained in:
Fabian Affolter 2023-01-10 07:55:38 +01:00 committed by GitHub
commit 687546c51d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "knockpy";
version = "5.3.0";
version = "5.4.0";
src = fetchFromGitHub {
owner = "guelfoweb";
repo = "knock";
rev = version;
hash = "sha256-aM78If4/zW/0CqVjZHDbHrrWDuU1VSVhX7dfy9FR098=";
rev = "refs/tags/${version}";
hash = "sha256-If8w6Z75nQsayJBqJs+D9++7kqCbkmwkszOaMATDTpY=";
};
propagatedBuildInputs = with python3.pkgs; [
@ -33,6 +33,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Tool to scan subdomains";
homepage = "https://github.com/guelfoweb/knock";
changelog = "https://github.com/guelfoweb/knock/releases/tag/${version}";
license = with licenses; [ gpl3Only ];
maintainers = with maintainers; [ fab ];
};