11 src = fetchFromGitHub {
15 hash = "sha256-xrQBL/Xjzsg0jZ7cFuDfjCQhmt/dTD8FoCSlw0sX5MQ=";
18 ldflags = [ "-s" "-w" ];
20 sourceRoot = "source/c2FmZQ";
22 vendorHash = "sha256-Hz6P+ptn1i+8Ek3pp8j+iB8NN5Xks50jyZuT8Ullxbo=";
24 subPackages = [ "c2FmZQ-client" "c2FmZQ-server" ];
26 passthru.tests = { inherit (nixosTests) c2fmzq; };
29 description = "Securely encrypt, store, and share files, including but not limited to pictures and videos";
30 homepage = "https://github.com/c2FmZQ/c2FmZQ";
31 license = licenses.gpl3Only;
32 mainProgram = "c2FmZQ-server";
33 maintainers = with maintainers; [ hmenke ];
34 platforms = platforms.linux;