Merge pull request #185002 from r-ryantm/auto-update/tutanota-desktop

tutanota-desktop: 3.98.15 -> 3.98.17
This commit is contained in:
Bobby Rong 2022-08-07 16:15:53 +08:00 committed by GitHub
commit 13978bcce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,12 +3,12 @@ electron, libsecret }:
stdenv.mkDerivation rec {
pname = "tutanota-desktop";
version = "3.98.15";
version = "3.98.17";
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-yuSFDLQ7ckuZYuXREbW0VvMapzO2VhVIH1Ccr1uQHmo=";
sha256 = "sha256-rVAiutjFI3/KJZeiTy6H2IdMh+SFz9+NvEoriPTnW2w=";
};
nativeBuildInputs = [