1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
10 rev = "version-${version}";
11 hash = "sha256-LyHFaT5kej1hy5z28XP+bOSCEj5DHqwMRkvrv/5inQU=";
14 vendorHash = "sha256-LWNn5qp+Z/M9xTtOZ5RDHq1QEFK/Y2XgBi7H5S7Z7XE=";
17 description = "HTTP proxy injecting credentials from a .netrc file";
18 mainProgram = "netproxrc";
19 homepage = "https://github.com/timbertson/netproxrc";
20 license = licenses.mit;
21 maintainers = with maintainers; [ timbertson ];