diff options
| author | Bobby Rong <rjl931189261@126.com> | 2021-12-14 09:39:59 +0800 |
|---|---|---|
| committer | Bobby Rong <rjl931189261@126.com> | 2021-12-20 10:34:27 +0800 |
| commit | 1ea2e9ad91f40607ca5291ce9483e550039035f4 (patch) | |
| tree | 3a5cd7e654cc109472798ba24192cc89a2e1d583 | |
| parent | pantheon.switchboard-plug-onlineaccounts: 6.2.2 -> 6.3.0 (diff) | |
| download | nixpkgs-1ea2e9ad91f40607ca5291ce9483e550039035f4.tar.gz | |
pantheon.elementary-tasks: 6.0.4 -> 6.1.0
(cherry picked from commit 7cd7809839cf39b5d0d7f189a99153fab203a9c9)
| -rw-r--r-- | pkgs/desktops/pantheon/apps/elementary-tasks/default.nix | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/pkgs/desktops/pantheon/apps/elementary-tasks/default.nix b/pkgs/desktops/pantheon/apps/elementary-tasks/default.nix index 52bda92ceb0d..7ef0efaa49f1 100644 --- a/pkgs/desktops/pantheon/apps/elementary-tasks/default.nix +++ b/pkgs/desktops/pantheon/apps/elementary-tasks/default.nix @@ -26,21 +26,13 @@ stdenv.mkDerivation rec { pname = "elementary-tasks"; - version = "6.0.4"; - - repoName = "tasks"; + version = "6.1.0"; src = fetchFromGitHub { owner = "elementary"; - repo = repoName; + repo = "tasks"; rev = version; - sha256 = "1gb51gm8qgd8yzhqb7v69p2f1fgm3qf534if4lc85jrjsb8hgmhl"; - }; - - passthru = { - updateScript = nix-update-script { - attrPath = "pantheon.${pname}"; - }; + sha256 = "sha256-Gt9Hp9m28QdAFnKIT1xcbiSM5cn6kW7wEXmi/iFfu8k="; }; nativeBuildInputs = [ @@ -74,6 +66,12 @@ stdenv.mkDerivation rec { patchShebangs meson/post_install.py ''; + passthru = { + updateScript = nix-update-script { + attrPath = "pantheon.${pname}"; + }; + }; + meta = with lib; { homepage = "https://github.com/elementary/tasks"; description = "Synced tasks and reminders on elementary OS"; |
