todoist-electron: 8.10.1 -> 9.8.0 (#348835)

This commit is contained in:
Aleksana 2024-10-27 12:15:44 +08:00 committed by GitHub
commit 0d98d80a6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,10 @@
{ lib, appimageTools, fetchurl, asar }: let
pname = "todoist-electron";
version = "8.10.1";
version = "9.8.0";
src = fetchurl {
url = "https://electron-dl.todoist.com/linux/Todoist-linux-x86_64-${version}.AppImage";
hash = "sha256-Yp4wfibymHLGlaPDzu2rhSXxanwdXoNpF/d6+S0r+1U=";
url = "https://electron-dl.todoist.com/linux/Todoist-linux-${version}-x86_64-latest.AppImage";
hash = "sha256-ZuoeeQ7SusRhr5BXBYEWCZ9pjdcWClKoR0mnom1XkPg=";
};
appimageContents = (appimageTools.extract { inherit pname version src; }).overrideAttrs (oA: {