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