14 src = fetchFromGitHub {
18 hash = "sha256-CU7ENLx5C1qCO1f9m0fl/AmUzmtmj6IjMlx9WNqAnS0=";
21 vendorHash = "sha256-K/0ictKvX0sl/5hFDKjTkpGMze0x9fJA98RXNsep+DM=";
30 "-X=main.version=${version}"
34 installManPage shell2http.1
38 version = testers.testVersion {
43 __darwinAllowLocalNetworking = true;
46 description = "Executing shell commands via HTTP server";
47 mainProgram = "shell2http";
48 homepage = "https://github.com/msoap/shell2http";
49 changelog = "https://github.com/msoap/shell2http/releases/tag/${src.rev}";
50 license = licenses.mit;
51 maintainers = with maintainers; [ figsoda ];