···23buildGoModule rec {
4 pname = "protonmail-bridge";
5- version = "3.2.0";
67 src = fetchFromGitHub {
8 owner = "ProtonMail";
9 repo = "proton-bridge";
10 rev = "v${version}";
11- hash = "sha256-1gllk6pRMEf4hYUN/i4jHZ5zwx9C+eoTOn3h+w7Pr0U=";
12 };
1314- vendorHash = "sha256-41Le59X4TW105X3q+r3U1y1hZLz7Hup7TS/zP2E4v0M=";
1516 nativeBuildInputs = [ pkg-config ];
17···50 An application that runs on your computer in the background and seamlessly encrypts
51 and decrypts your mail as it enters and leaves your computer.
5253- To work, gnome-keyring service must be enabled.
54 '';
55 };
56}
···23buildGoModule rec {
4 pname = "protonmail-bridge";
5+ version = "3.3.2";
67 src = fetchFromGitHub {
8 owner = "ProtonMail";
9 repo = "proton-bridge";
10 rev = "v${version}";
11+ hash = "sha256-crYxrjfo0fss9uOl7k2C2ZCpbQExxnAX4520k4iPhuo=";
12 };
1314+ vendorHash = "sha256-PgUj7MxGeDA7hYXzN/WWwZrUthkxyQL+MnSx9ZpzHms=";
1516 nativeBuildInputs = [ pkg-config ];
17···50 An application that runs on your computer in the background and seamlessly encrypts
51 and decrypts your mail as it enters and leaves your computer.
5253+ To work, use secret-service freedesktop.org API (e.g. Gnome keyring) or pass.
54 '';
55 };
56}