Unverified Commit f3cee822 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

tutanota-desktop: 310.251008.0 -> 314.251030.0 (#459408)

parents af7ad4fd 4a2defed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,11 +8,11 @@

appimageTools.wrapType2 rec {
  pname = "tutanota-desktop";
  version = "310.251008.0";
  version = "314.251030.0";

  src = fetchurl {
    url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
    hash = "sha256-HMwfSMEEP3+CWSiThiEGbCkLiKndmLyt4KIZ4fPHCxM=";
    hash = "sha256-xGErTMDLJOQIRxFavo8lOZUjTyUvVOD10Df4EPNF+eo=";
  };

  extraPkgs = pkgs: [ pkgs.libsecret ];