Unverified Commit 122d08d6 authored by Basti's avatar Basti Committed by GitHub
Browse files

Merge pull request #315382 from r-ryantm/auto-update/protonmail-desktop

protonmail-desktop: 1.0.2 -> 1.0.3
parents 3852c7ab 3eff38ff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@ let
  mainProgram = "proton-mail";
in stdenv.mkDerivation rec {
  pname = "protonmail-desktop";
  version = "1.0.2";
  version = "1.0.3";

  src = fetchurl {
    url = "https://github.com/ProtonMail/inbox-desktop/releases/download/v${version}/proton-mail_${version}_amd64.deb";
    hash = "sha256-c+0iFBpcg+t983oOttPokA5sLGsIQFIsC+GbsVY6hmI=";
    hash = "sha256-opavVpXQmA/VDZ+K/k0NJFwQHUUJhg+bUm/w8Ertopw=";
  };

  dontConfigure = true;