about summary refs log tree commit diff
path: root/pkgs/applications/office/appflowy
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-07 12:20:21 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-07 12:20:21 +0000
commitef1c2ae6c668fac72415c1a88117f6ed3a4ad808 (patch)
tree8b0e99fa406af5c10e0bcae33500db01259e5d84 /pkgs/applications/office/appflowy
parent4a5f70933fde466bb3bfb37846ee0642488513c9 (diff)
appflowy: 0.5.5 -> 0.5.6
Diffstat (limited to 'pkgs/applications/office/appflowy')
-rw-r--r--pkgs/applications/office/appflowy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/appflowy/default.nix b/pkgs/applications/office/appflowy/default.nix
index 33783ed01b4ba..fa400eccc9d38 100644
--- a/pkgs/applications/office/appflowy/default.nix
+++ b/pkgs/applications/office/appflowy/default.nix
@@ -13,11 +13,11 @@
 
 stdenv.mkDerivation rec {
   pname = "appflowy";
-  version = "0.5.5";
+  version = "0.5.6";
 
   src = fetchzip {
     url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy-${version}-linux-x86_64.tar.gz";
-    hash = "sha256-sDA//ARuzU0q2V3jhFXGhaQaeF0jsDRbtdHCBTgIL8U=";
+    hash = "sha256-6eolLBWVpnEvjA+C6R5gpkxG/G59atrkwOP7CWhs7oI=";
     stripRoot = false;
   };