6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
12 owner = "ivan-sincek";
14 rev = "refs/tags/v${version}";
15 hash = "sha256-KE2FHn0ocAna5ReRi9re/u8gdNVkCygSbSRj8gEudgI=";
18 build-system = with python3.pkgs; [
22 dependencies = with python3.pkgs; [
33 pythonImportsCheck = [
38 description = "Tool to bypass 4xx HTTP response status code";
39 homepage = "https://github.com/ivan-sincek/forbidden";
40 changelog = "https://github.com/ivan-sincek/forbidden/releases/tag/v${version}";
41 license = licenses.mit;
42 maintainers = with maintainers; [ fab ];
43 mainProgram = "forbidden";