electron-mail: 5.0.1 -> 5.1.2

This commit is contained in:
R. Ryantm 2022-11-28 09:50:51 +00:00
parent f2f39a2aff
commit 1a25877c44

View file

@ -2,12 +2,12 @@
let
pname = "electron-mail";
version = "5.0.1";
version = "5.1.2";
name = "ElectronMail-${version}";
src = fetchurl {
url = "https://github.com/vladimiry/ElectronMail/releases/download/v${version}/electron-mail-${version}-linux-x86_64.AppImage";
sha256 = "sha256-w6ZZPIJnAlA8WhNHtM9gsjr7U6wMYT21fGFmkDDAVJU=";
sha256 = "sha256-PLDzAtH7T7QMrLavvcF3zOVTayCqEA1IghIUAAxkbEE=";
};
appimageContents = appimageTools.extract { inherit name src; };