about summary refs log tree commit diff
path: root/pkgs/applications/office/planify
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-12-06 23:40:17 +0800
committerBobby Rong <rjl931189261@126.com>2023-12-06 23:40:17 +0800
commit01dafe37ad052f50f6c14cdec2b31c5cc732a6f4 (patch)
treee58936fc76f86aa099bea18dd9eb3b0a5da833ba /pkgs/applications/office/planify
parent91050ea1e57e50388fa87a3302ba12d188ef723a (diff)
planify: 4.1.1 -> 4.1.4
https://github.com/alainm23/planify/compare/adf3629bcacfc9978f6dde5b87eff0278533ab3e...73fd6cb7acfc60937d1403238c255736b97aa94b
Diffstat (limited to 'pkgs/applications/office/planify')
-rw-r--r--pkgs/applications/office/planify/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/office/planify/default.nix b/pkgs/applications/office/planify/default.nix
index e4cca46bbd636..94845ba5da0c9 100644
--- a/pkgs/applications/office/planify/default.nix
+++ b/pkgs/applications/office/planify/default.nix
@@ -23,16 +23,16 @@
 
 stdenv.mkDerivation rec {
   pname = "planify";
-  version = "4.1.1";
+  version = "4.1.4";
 
   src = fetchFromGitHub {
     owner = "alainm23";
     repo = "planify";
-    # The commit is named as "Release 4.1.1", published to Flathub, but not tags
-    # https://github.com/flathub/io.github.alainm23.planify/commit/2a353ccfcf3379add6778d569f49da37f40accfa
+    # 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 = "adf3629bcacfc9978f6dde5b87eff0278533ab3e";
-    hash = "sha256-xqklvSYmqBQ+IQ3lRjMbV4W4vD/rLCln7rBVCbYiBGo=";
+    rev = "73fd6cb7acfc60937d1403238c255736b97aa94b";
+    hash = "sha256-K3QFFpq2MJxK34Uh0qFyaSGeTPTZbwIVYkosFUrhflQ=";
   };
 
   nativeBuildInputs = [