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

tutanota-desktop: 3.89.23 -> 3.89.25
This commit is contained in:
Bobby Rong 2021-12-23 11:40:06 +08:00 committed by GitHub
commit 45c8585dfc
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.89.23";
version = "3.89.25";
src = fetchurl {
url = "https://github.com/tutao/tutanota/releases/download/tutanota-release-${version}/${pname}-${version}-unpacked-linux.tar.gz";
name = "tutanota-desktop-${version}.tar.gz";
sha256 = "sha256-iYFcTttmt5rygC1uxX74BHvPmEDUVBdiPOh7FEQcmyE=";
sha256 = "sha256-0j0vL45kpZeBBdW7NY8lvseYUhXGPoCbOdUtT97fMiI=";
};
nativeBuildInputs = [