about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-12-12 07:48:51 +0800
committerGitHub <noreply@github.com>2023-12-12 07:48:51 +0800
commitc23c5dae44c661c5fd1f2e1458749181d8822111 (patch)
treebe9c17e819e859faa185d9974327a77fc9e5bd19 /pkgs/applications/office
parente92546a987a7667ff12aa138f673f495ec3fb8a6 (diff)
parentdfb574cdd42b9f408430b9d24ba04236abb0564e (diff)
Merge pull request #273369 from bobby285271/upd/planify
planify: 4.1.4 -> 4.2.1
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/planify/default.nix13
1 files changed, 7 insertions, 6 deletions
diff --git a/pkgs/applications/office/planify/default.nix b/pkgs/applications/office/planify/default.nix
index 94845ba5da0c9..0f54e8436e804 100644
--- a/pkgs/applications/office/planify/default.nix
+++ b/pkgs/applications/office/planify/default.nix
@@ -23,16 +23,13 @@
 
 stdenv.mkDerivation rec {
   pname = "planify";
-  version = "4.1.4";
+  version = "4.2.1";
 
   src = fetchFromGitHub {
     owner = "alainm23";
     repo = "planify";
-    # The commit is named as "Release 4.1.4", published to Flathub, but not tags
-    # https://github.com/flathub/io.github.alainm23.planify/commit/f345f81b55e4638bc6605e0bf9d15a057b846252
-    # https://github.com/alainm23/planify/issues/1002
-    rev = "73fd6cb7acfc60937d1403238c255736b97aa94b";
-    hash = "sha256-K3QFFpq2MJxK34Uh0qFyaSGeTPTZbwIVYkosFUrhflQ=";
+    rev = version;
+    hash = "sha256-tcQNnfM690Je8sF19OSZ4GnXkhsSSrNHZ5EDXmMOW9Q=";
   };
 
   nativeBuildInputs = [
@@ -59,6 +56,10 @@ stdenv.mkDerivation rec {
     webkitgtk_6_0
   ];
 
+  mesonFlags = [
+    "-Dprofile=default"
+  ];
+
   meta = with lib; {
     description = "Task manager with Todoist support designed for GNU/Linux";
     homepage = "https://github.com/alainm23/planify";