tutanota-desktop: 271.250227.0 -> 274.250312.0

This commit is contained in:
R. Ryantm
2025-03-19 10:10:39 +00:00
parent 903d679a5a
commit 9ac3ef08ce
+2 -2
View File
@@ -7,11 +7,11 @@
appimageTools.wrapType2 rec {
pname = "tutanota-desktop";
version = "271.250227.0";
version = "274.250312.0";
src = fetchurl {
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
hash = "sha256-03RNIGY9gTuvHurVX1UiZEZwnBoxrL4GfsEMdoN/irM=";
hash = "sha256-30+ZKqbIEUvmWhQ3ZrDZkZMBUc7lKkv02Vbraq9vPrU=";
};
extraPkgs = pkgs: [ pkgs.libsecret ];