lol

snallygaster: 0.0.13 -> 0.0.14

Changelog: https://github.com/hannob/snallygaster/releases/tag/v0.0.14

+4 -3
+4 -3
pkgs/by-name/sn/snallygaster/package.nix
··· 6 6 7 7 python3Packages.buildPythonApplication rec { 8 8 pname = "snallygaster"; 9 - version = "0.0.13"; 9 + version = "0.0.14"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "hannob"; 14 14 repo = "snallygaster"; 15 15 tag = "v${version}"; 16 - hash = "sha256-d94Z/vLOcOa9N8WIgCkiZAciNUzdI4qbGXQOc8KNDEE="; 16 + hash = "sha256-H5rptK12p5dRKYjoQ6Nr8hxq8pL/3jFDgX1gnRZABTo="; 17 17 }; 18 18 19 19 build-system = with python3Packages; [ setuptools ]; 20 20 21 21 dependencies = with python3Packages; [ 22 - beautifulsoup4 23 22 dnspython 23 + lxml 24 24 urllib3 25 25 ]; 26 26 ··· 34 34 meta = with lib; { 35 35 description = "Tool to scan for secret files on HTTP servers"; 36 36 homepage = "https://github.com/hannob/snallygaster"; 37 + changelog = "https://github.com/hannob/snallygaster/releases/tag/${src.tag}"; 37 38 license = licenses.bsd0; 38 39 maintainers = with maintainers; [ fab ]; 39 40 mainProgram = "snallygaster";