Unverified Commit ba35a0e2 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

protonmail-desktop: 1.11.0 -> 1.12.1 (#480622)

parents d8f947b1 cb2ce44b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,9 +10,9 @@
}:
let
  mainProgram = "proton-mail";
  version = "1.11.0";
  linuxHash = "sha256-kmE4EHp3+Uka83MVfAK1V+MrVUN6YAb6TrZFc64IXLo=";
  darwinHash = "sha256-IPOHSSHxdSaLkYX0deH1RFpi17liq0tenfpNniAlNUc=";
  version = "1.12.1";
  linuxHash = "sha256-CNrL/O2PMXaUVgvXbmrLFZphz7yV4BlRlr388nbMsoE=";
  darwinHash = "sha256-y8KgHm8pIbLQAb1/pIApNBbsaEi5ldInY4VXNBiTQlI=";
in
stdenv.mkDerivation {
  pname = "protonmail-desktop";