11 src = fetchFromGitHub {
14 rev = "refs/tags/${version}";
15 hash = "sha256-qA1i8l2oBQQ5IF8ho3K2k+TAndUTFGwb2NfhyFqfKzU=";
18 vendorHash = "sha256-IGnTbuaQH8A6aKyahHMd2RyFRh4WxZ3Vx/A9V3uelRg=";
23 "-X=main.Version=${version}"
24 "-X=main.BuildDate=1970-01-01T00:00:00Z"
28 description = "Tool to bypass 403/40X response codes";
29 homepage = "https://github.com/devploit/nomore403";
30 changelog = "https://github.com/devploit/nomore403/releases/tag/${version}";
31 license = licenses.mit;
32 maintainers = with maintainers; [ fab ];
33 mainProgram = "nomore403";