11 src = fetchFromGitHub {
15 hash = "sha256-T5fR9cyqsM6Kw6kFqZedoSxyvFkkxNpuErscwiUTMa0=";
18 vendorHash = "sha256-9Ei4Lfll79f/+iuO5KesUMaTgkS9nq+1tma/dhOZ7Qw=";
26 description = "Command line, offline, access to HTTP status code, common header, and port references";
27 mainProgram = "httpref";
28 homepage = "https://github.com/dnnrly/httpref";
29 changelog = "https://github.com/dnnrly/httpref/releases/tag/${src.rev}";
30 license = licenses.asl20;
31 maintainers = with maintainers; [ figsoda ];