tutanota-desktop: 348.260529.2 -> 350.260608.0 (#530680)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-11 17:49:13 +00:00
committed by GitHub
+2 -2
View File
@@ -8,11 +8,11 @@
appimageTools.wrapType2 rec {
pname = "tutanota-desktop";
version = "348.260529.2";
version = "350.260608.0";
src = fetchurl {
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
hash = "sha256-lBBI+Jhmm0+jmsV2Vq3UFU5ViyeuHVOluRoLrHIwyiM=";
hash = "sha256-y/wUe8kNlA4XmbJrjjAYSnNAMAB8OgVmCrum6bYAyV4=";
};
extraPkgs = pkgs: [ pkgs.libsecret ];