12 src = fetchFromGitHub {
16 hash = "sha256-1c2C+BVgf7NumOoCCMfGFpn1qwQ2V4524aG5yZO98vI=";
24 sourceRoot = "${src.name}/c2FmZQ";
26 vendorHash = "sha256-9eWLg0+HkpwUC+De62Izh3vadV3dnwPpf8ksH8KwGqQ=";
33 passthru.tests = { inherit (nixosTests) c2fmzq; };
36 description = "Securely encrypt, store, and share files, including but not limited to pictures and videos";
37 homepage = "https://github.com/c2FmZQ/c2FmZQ";
38 license = licenses.gpl3Only;
39 mainProgram = "c2FmZQ-server";
40 maintainers = with maintainers; [ hmenke ];
41 platforms = platforms.linux;