todoist-electron: 1.19 -> 1.20

This commit is contained in:
Imran Hossain 2020-04-02 12:06:35 -04:00
parent 49859351ea
commit 65d1579faa
1 changed files with 3 additions and 3 deletions

View File

@ -4,18 +4,18 @@
stdenv.mkDerivation rec {
pname = "todoist-electron";
version = "1.19";
version = "1.20";
src = fetchurl {
url = "https://github.com/KryDos/todoist-linux/releases/download/${version}/Todoist_${version}.0_amd64.deb";
sha256 = "1w0l7k7wmbhwzv71cffsir0q7zg9m0617fmyvd4a01b6flpxrpfx";
sha256 = "0w885xqy1304cp6b0jll5lvm6b1zd1ciqjl97d2hkdi8c9gv3bqx";
};
desktopItem = makeDesktopItem {
name = "Todoist";
exec = "todoist";
desktopName = "Todoist";
categories = "Utility;Productivity";
categories = "Utility";
};
nativeBuildInputs = [ makeWrapper dpkg ];