diff options
| author | Imran Hossain <contact@imranhossa.in> | 2020-10-06 15:41:30 -0400 |
|---|---|---|
| committer | Imran Hossain <contact@imranhossa.in> | 2020-10-20 16:39:41 -0400 |
| commit | 173bf39cc28caffc034bba1800bcdb709ce90a98 (patch) | |
| tree | a8737c811caa991bafdfcf679f14fcbb5af4382c | |
| parent | Merge pull request #100956 from r-ryantm/auto-update/gqrx (diff) | |
| download | nixpkgs-173bf39cc28caffc034bba1800bcdb709ce90a98.tar.gz | |
todoist-electron: 1.23.0 -> 1.24.0
| -rw-r--r-- | pkgs/applications/misc/todoist-electron/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/todoist-electron/default.nix b/pkgs/applications/misc/todoist-electron/default.nix index e1d578edb0f5..6c361e7dca49 100644 --- a/pkgs/applications/misc/todoist-electron/default.nix +++ b/pkgs/applications/misc/todoist-electron/default.nix @@ -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 { |
