1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "prosody-filer";
5 version = "unstable-2021-05-24";
7 src = fetchFromGitHub {
8 owner = "ThomasLeister";
9 repo = "prosody-filer";
10 rev = "c65edd199b47dc505366c85b3702230fda797cd6";
11 hash = "sha256-HrCJjsa3cYK1g7ylkDiCikgxJzbuGg1/5Zz4R12520A=";
14 vendorHash = "sha256-bbkCxS0UU8PIg/Xjo2X1Mia3WHjtBxYGmwj1c/ScVxc=";
19 homepage = "https://github.com/ThomasLeister/prosody-filer";
20 maintainers = with maintainers; [ abbradar ];
21 license = licenses.mit;
22 platforms = platforms.linux;
23 description = "Simple file server for handling XMPP http_upload requests";
24 mainProgram = "prosody-filer";