1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "duckling-proxy";
5 version = "2021-07-23-unstable";
7 src = fetchFromGitHub {
9 repo = "duckling-proxy";
10 rev = "e2bfd73a60d7afa43f13a9d420d514131fee8fd1";
11 hash = "sha256-GRIJwHrPg0NCNOOj/hTNmmn1ceUEmSLDD0sXR5SzkIw=";
14 vendorHash = "sha256-zmOtwx2+mBHDua9Z+G+MnxWaBzoqBPymwEcl+4oKs3M=";
17 description = "Gemini proxy to access the Small Web";
18 homepage = "https://github.com/LukeEmmet/duckling-proxy";
19 license = licenses.mit;
20 maintainers = with maintainers; [ kaction ];
21 mainProgram = "duckling-proxy";