about summary refs log tree commit diff
path: root/pkgs/applications/networking/protonmail-bridge
diff options
context:
space:
mode:
authorArthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>2023-07-06 01:38:20 +0200
committerArthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>2023-07-21 11:59:47 +0200
commit944e707389f84183b9dc9c6fef7414d2c7a6b653 (patch)
treec501cde14cec3c7ac1734dcdf84f13c0f347be7d /pkgs/applications/networking/protonmail-bridge
parent1348fc1c95914c7f6d4dc9c666ca4efc28c15089 (diff)
protonmail-bridge: 3.2.0 -> 3.3.2
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
Diffstat (limited to 'pkgs/applications/networking/protonmail-bridge')
-rw-r--r--pkgs/applications/networking/protonmail-bridge/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/protonmail-bridge/default.nix b/pkgs/applications/networking/protonmail-bridge/default.nix
index 52c91673b3a9b..4c278dcdf8377 100644
--- a/pkgs/applications/networking/protonmail-bridge/default.nix
+++ b/pkgs/applications/networking/protonmail-bridge/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "protonmail-bridge";
-  version = "3.2.0";
+  version = "3.3.2";
 
   src = fetchFromGitHub {
     owner = "ProtonMail";
     repo = "proton-bridge";
     rev = "v${version}";
-    hash = "sha256-1gllk6pRMEf4hYUN/i4jHZ5zwx9C+eoTOn3h+w7Pr0U=";
+    hash = "sha256-crYxrjfo0fss9uOl7k2C2ZCpbQExxnAX4520k4iPhuo=";
   };
 
-  vendorHash = "sha256-41Le59X4TW105X3q+r3U1y1hZLz7Hup7TS/zP2E4v0M=";
+  vendorHash = "sha256-PgUj7MxGeDA7hYXzN/WWwZrUthkxyQL+MnSx9ZpzHms=";
 
   nativeBuildInputs = [ pkg-config ];
 
@@ -50,7 +50,7 @@ buildGoModule rec {
       An application that runs on your computer in the background and seamlessly encrypts
       and decrypts your mail as it enters and leaves your computer.
 
-      To work, gnome-keyring service must be enabled.
+      To work, use secret-service freedesktop.org API (e.g. Gnome keyring) or pass.
     '';
   };
 }