about summary refs log tree commit diff
path: root/pkgs/applications/office/appflowy
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-22 10:46:54 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-22 10:46:54 +0000
commite9dbf65372e9a5f57fbad9c5e161d993da389aae (patch)
tree678778ae9fa22692fe70fa223768795f4cb7a0e4 /pkgs/applications/office/appflowy
parente35dcc04a3853da485a396bdd332217d0ac9054f (diff)
appflowy: 0.3.1 -> 0.3.2
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 11d2912387276..e99c0fedf9619 100644
--- a/pkgs/applications/office/appflowy/default.nix
+++ b/pkgs/applications/office/appflowy/default.nix
@@ -12,11 +12,11 @@
 
 stdenv.mkDerivation rec {
   pname = "appflowy";
-  version = "0.3.1";
+  version = "0.3.2";
 
   src = fetchzip {
     url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy_x86_64-unknown-linux-gnu_ubuntu-20.04.tar.gz";
-    hash = "sha256-jIekGA+MG9tvjEyHAI3dcD7lI1JL/qPqRpVO9gRhcTw=";
+    hash = "sha256-UmBXAfRIr9zOScqibKPHeKzr+UTx3gbGEm0tl7qn+oE=";
     stripRoot = false;
   };