summary refs log tree commit diff
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2022-08-11 10:24:48 +0300
committerDoron Behar <doron.behar@gmail.com>2022-08-11 10:24:48 +0300
commitbbec734b6410c537b249e8a70ce73ee4b0eb13f3 (patch)
tree93f839a4db38c04ec1827234000c66d9f4fa2a60
parent0c60eb310e22e4b637a4de750ca51bf4118e75c8 (diff)
downloadnixpkgs-bbec734b6410c537b249e8a70ce73ee4b0eb13f3.tar
nixpkgs-bbec734b6410c537b249e8a70ce73ee4b0eb13f3.tar.gz
nixpkgs-bbec734b6410c537b249e8a70ce73ee4b0eb13f3.tar.bz2
nixpkgs-bbec734b6410c537b249e8a70ce73ee4b0eb13f3.tar.lz
nixpkgs-bbec734b6410c537b249e8a70ce73ee4b0eb13f3.tar.xz
nixpkgs-bbec734b6410c537b249e8a70ce73ee4b0eb13f3.tar.zst
nixpkgs-bbec734b6410c537b249e8a70ce73ee4b0eb13f3.zip
mailspring: 1.10.3 -> 1.10.5
Remove doronbehar from maintainers. Close #185966.
-rw-r--r--pkgs/applications/networking/mailreaders/mailspring/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/mailreaders/mailspring/default.nix b/pkgs/applications/networking/mailreaders/mailspring/default.nix
index 539e69069f3..a5a9b3ac89b 100644
--- a/pkgs/applications/networking/mailreaders/mailspring/default.nix
+++ b/pkgs/applications/networking/mailreaders/mailspring/default.nix
@@ -21,11 +21,11 @@
 
 stdenv.mkDerivation rec {
   pname = "mailspring";
-  version = "1.10.3";
+  version = "1.10.5";
 
   src = fetchurl {
     url = "https://github.com/Foundry376/Mailspring/releases/download/${version}/mailspring-${version}-amd64.deb";
-    sha256 = "sha256-+H2KeaRBApveUG6Vz+Z8LWpmNpZ4lwyeX1LK0AKx/bw=";
+    sha256 = "sha256-eVwb7E04DzGdqfH4T+gkvmBtvN7ja4o8u7LvHk/581I=";
   };
 
   nativeBuildInputs = [
@@ -93,7 +93,7 @@ stdenv.mkDerivation rec {
     '';
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ toschmidt doronbehar ];
+    maintainers = with maintainers; [ toschmidt ];
     homepage = "https://getmailspring.com";
     downloadPage = "https://github.com/Foundry376/Mailspring";
     platforms = [ "x86_64-linux" ];