Unverified Commit efe6a42c authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

tutanota-desktop: 266.250202.0 -> 270.250219.0 (#384266)

parents ec874149 604251ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

appimageTools.wrapType2 rec {
  pname = "tutanota-desktop";
  version = "266.250202.0";
  version = "270.250219.0";

  src = fetchurl {
    url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
    hash = "sha256-N1Jl4t2oGQKcA3ChBfSHsKRFdJYg2cns5MCVob7yY+c=";
    hash = "sha256-4nIXOUBMcbc9mGVFrjZrHQ8Y/zNBOwI4luhfz445v8w=";
  };

  extraPkgs = pkgs: [ pkgs.libsecret ];