about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-12-07 21:47:14 +0800
committerGitHub <noreply@github.com>2023-12-07 21:47:14 +0800
commit449c6fb06be60edd4233bb9fe748a0754df185b1 (patch)
treec4abb9fb427456faba1abd90670d249335b03f43 /pkgs/applications/office
parent13e6786d2fbcde9aa64e1878c3c74e491a7d5881 (diff)
parent01dafe37ad052f50f6c14cdec2b31c5cc732a6f4 (diff)
downloadnixlib-449c6fb06be60edd4233bb9fe748a0754df185b1.tar
nixlib-449c6fb06be60edd4233bb9fe748a0754df185b1.tar.gz
nixlib-449c6fb06be60edd4233bb9fe748a0754df185b1.tar.bz2
nixlib-449c6fb06be60edd4233bb9fe748a0754df185b1.tar.lz
nixlib-449c6fb06be60edd4233bb9fe748a0754df185b1.tar.xz
nixlib-449c6fb06be60edd4233bb9fe748a0754df185b1.tar.zst
nixlib-449c6fb06be60edd4233bb9fe748a0754df185b1.zip
Merge pull request #272494 from bobby285271/upd/planify
planify: 4.1.1 -> 4.1.4
Diffstat (limited to 'pkgs/applications/office')
-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 e4cca46bbd63..94845ba5da0c 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 = [