Skip to content

Commit

Permalink
Merge pull request NixOS#273231 from r-ryantm/auto-update/tutanota-de…
Browse files Browse the repository at this point in the history
…sktop

tutanota-desktop: 3.118.27 -> 3.119.3
  • Loading branch information
wegank authored Dec 21, 2023
2 parents 4138149 + cdbb25c commit d6863cb
Showing 1 changed file with 2 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.118.27";
version = "3.119.3";

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";
hash = "sha256-z2Ir8O7IDiE7cYuLshpMQMnOJanaECUvKlUEyPayIPo=";
hash = "sha256-TdjvU12nh1sTfGTdBn+7dbEunaF38YjDvceEns4iRbA=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit d6863cb

Please sign in to comment.