summary refs log tree commit diff
path: root/pkgs/applications/networking/protonmail-bridge
diff options
context:
space:
mode:
authorGRBurst <GRBurst@protonmail.com>2019-05-28 12:19:11 +0200
committerGRBurst <GRBurst@protonmail.com>2019-05-28 12:19:32 +0200
commitc22e43fe44b0071fe338b0038b75d9269c2bf75c (patch)
treea4780ca13858002e75a05063dd5ea1adc2284ac0 /pkgs/applications/networking/protonmail-bridge
parentfebcf2aad23468e4be29675843fbaad03e65cc49 (diff)
downloadnixpkgs-c22e43fe44b0071fe338b0038b75d9269c2bf75c.tar
nixpkgs-c22e43fe44b0071fe338b0038b75d9269c2bf75c.tar.gz
nixpkgs-c22e43fe44b0071fe338b0038b75d9269c2bf75c.tar.bz2
nixpkgs-c22e43fe44b0071fe338b0038b75d9269c2bf75c.tar.lz
nixpkgs-c22e43fe44b0071fe338b0038b75d9269c2bf75c.tar.xz
nixpkgs-c22e43fe44b0071fe338b0038b75d9269c2bf75c.tar.zst
nixpkgs-c22e43fe44b0071fe338b0038b75d9269c2bf75c.zip
protonmail bridge: 1.1.4 -> 1.1.5
Diffstat (limited to 'pkgs/applications/networking/protonmail-bridge')
-rw-r--r--pkgs/applications/networking/protonmail-bridge/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/protonmail-bridge/default.nix b/pkgs/applications/networking/protonmail-bridge/default.nix
index 2e04ce856a8..2870f3158fb 100644
--- a/pkgs/applications/networking/protonmail-bridge/default.nix
+++ b/pkgs/applications/networking/protonmail-bridge/default.nix
@@ -2,7 +2,7 @@
   libsecret, libGL, libpulseaudio, glib, makeWrapper, makeDesktopItem }:
 
 let
-  version = "1.1.4-1";
+  version = "1.1.5-1";
 
   description = ''
     An application that runs on your computer in the background and seamlessly encrypts
@@ -25,7 +25,7 @@ in stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "https://protonmail.com/download/protonmail-bridge_${version}_amd64.deb";
-    sha256 = "16w3l81j10syl2pis08sl752yapbgjy531qs0n1ghmsx2d12n7kl";
+    sha256 = "1y5mphrs60zd6km9z64vskk70q9zzw4g6js7qvgl572wv81w2l75";
   };
 
   nativeBuildInputs = [ makeWrapper ];
@@ -75,7 +75,7 @@ in stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://www.protonmail.com/bridge;
+    homepage = "https://www.protonmail.com/bridge";
     license = licenses.mit;
     platforms = [ "x86_64-linux" ];
     maintainers = with maintainers; [ lightdiscord ];