Skip to content

Commit

Permalink
todoist-electron: 1.23.0 -> 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Imran Hossain committed Oct 20, 2020
1 parent 7d9979e commit 173bf39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/todoist-electron/default.nix
Expand Up @@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
pname = "todoist-electron";
version = "1.23.0";
version = "1.24.0";

src = fetchurl {
url = "https://github.com/KryDos/todoist-linux/releases/download/${version}/Todoist_${version}_amd64.deb";
sha256 = "1yxa0fdc3fnffny6jf1hm7545792pw7828mc27il17l4kn346g98";
sha256 = "0g35518z6nf6pnfyx4ax75rq8b8br72mi6wv6jzgac9ric1q4h2s";
};

desktopItem = makeDesktopItem {
Expand Down

0 comments on commit 173bf39

Please sign in to comment.