tutanota-desktop: 250.241025.0 -> 253.241126.2 (#360330)

This commit is contained in:
Wolfgang Walther
2024-12-08 14:16:52 +01:00
committed by GitHub
+2 -2
View File
@@ -6,11 +6,11 @@
appimageTools.wrapType2 rec {
pname = "tutanota-desktop";
version = "250.241025.0";
version = "253.241126.2";
src = fetchurl {
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
hash = "sha256-PhcrDjqRmR1NVBLVCuj5dcc+WskWeZ9dJXdtOUveyL0=";
hash = "sha256-M6mUv0gwJotFd8Y3eTbeUupTw/9s+7ydZ9d6Q2HC9rg=";
};
extraPkgs = pkgs: [ pkgs.libsecret ];