bump(tutanota) to 3.15.2
This commit is contained in:
parent
d8315c897d
commit
bb04e0de88
1 changed files with 2 additions and 2 deletions
|
@ -15,12 +15,12 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "tutanota-desktop";
|
pname = "tutanota-desktop";
|
||||||
version = "3.114.1";
|
version = "3.115.2";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
|
url = "https://github.com/tutao/tutanota/releases/download/tutanota-desktop-release-${version}/tutanota-desktop-linux.AppImage";
|
||||||
hash = "sha256-cWK95F3/zRyKt2fN/uN/dfDNnSiXgJq6mlGjtD3W7VY=";
|
hash = "sha256-a/V2F+kAYBNeCYi5gZ7Ov+ShBp8F9KUyyNlT0WEW9Z4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
extracted = appimageTools.extractType2 {
|
extracted = appimageTools.extractType2 {
|
||||||
|
|
Loading…
Reference in a new issue