11 src = fetchFromGitHub {
15 sha256 = "sha256-6Jb1i4aNjeemiQp9FF/KGyZ+Evom9PPBvARbJWyrhok=";
18 vendorHash = "sha256-kuFlkkMkCKO5Rrh1EoyVdaykvxTfchK2l1/THqTBeAY=";
21 # These tests connect to the internet, which does not work in sandboxed
22 # builds, so skip these.
23 rm pkg/pmapi/dialer_pinning_test.go \
24 pkg/pmapi/dialer_proxy_provider_test.go \
25 pkg/pmapi/dialer_proxy_test.go
28 passthru.tests.peroxide = nixosTests.peroxide;
31 homepage = "https://github.com/ljanyst/peroxide";
32 license = licenses.gpl3Plus;
33 maintainers = with maintainers; [ aidalgol ];
34 description = "Unofficial ProtonMail bridge";
36 Peroxide is a fork of the official ProtonMail bridge that aims to be
37 similar to Hydroxide while reusing as much code from the official bridge