10 src = fetchFromGitHub {
13 rev = "refs/tags/${version}";
14 hash = "sha256-qA1i8l2oBQQ5IF8ho3K2k+TAndUTFGwb2NfhyFqfKzU=";
17 vendorHash = "sha256-IGnTbuaQH8A6aKyahHMd2RyFRh4WxZ3Vx/A9V3uelRg=";
25 description = "Tool to bypass 40X response codes";
26 mainProgram = "nomore403";
27 homepage = "https://github.com/devploit/dontgo403";
28 changelog = "https://github.com/devploit/dontgo403/releases/tag/${version}";
29 license = licenses.asl20;
30 maintainers = with maintainers; [ fab ];