Skip to content

Commit

Permalink
Merge pull request #84119 from i077/todoist-electron/1.20
Browse files Browse the repository at this point in the history
todoist-electron: 1.19 -> 1.20
  • Loading branch information
Mic92 committed Apr 3, 2020
2 parents 2d2fc9a + 65d1579 commit e1a880f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/todoist-electron/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit e1a880f

Please sign in to comment.