Skip to content

Commit

Permalink
tutanota-desktop: 3.112.6 -> 3.118.7
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfangAukang committed Sep 18, 2023
1 parent e439915 commit 73bf35d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ electron, libsecret }:

stdenv.mkDerivation rec {
pname = "tutanota-desktop";
version = "3.112.6";
version = "3.118.7";

src = fetchurl {
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/${pname}-${version}-unpacked-linux.tar.gz";
name = "tutanota-desktop-${version}.tar.gz";
sha256 = "sha256-Kqj6XQkwPU7pmR8JY8f7iMqpOYjvWxS5Yir/YTBPXjM=";
hash = "sha256-e62Wn8rfjX5HmlA3+D6NkZNw2jzx1fYEHC9R1tioQhc=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -54,8 +54,10 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Tutanota official desktop client";
homepage = "https://tutanota.com/";
changelog = "https://github.com/tutao/tutanota/releases/tag/tutanota-desktop-release-${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ wolfangaukang ];
mainProgram = "tutanota-desktop";
platforms = [ "x86_64-linux" ];
};
}

0 comments on commit 73bf35d

Please sign in to comment.