about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorDarkOnion0 <darkonion0@clapot.org>2024-01-06 15:32:18 +0100
committerDarkOnion0 <darkonion0@clapot.org>2024-01-06 15:41:05 +0100
commit3c303e668c36b9c411e6d995212aaa52f2f15a27 (patch)
treec5e2988d64db850ba784c9565cf725f1bae45a3b /pkgs/applications/office
parenteba9a24297f166795a11a3ea0b2f0436dd841fc8 (diff)
appflowy: fix a broken link
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/appflowy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/appflowy/default.nix b/pkgs/applications/office/appflowy/default.nix
index 197a2096e04b4..a8d0f7566c8e8 100644
--- a/pkgs/applications/office/appflowy/default.nix
+++ b/pkgs/applications/office/appflowy/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   version = "0.4.1";
 
   src = fetchzip {
-    url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy-x86_64-unknown-linux-gnu-x86_64.tar.gz";
+    url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy-${version}-linux-x86_64.tar.gz";
     hash = "sha256-9wv7/3wtR1xiOHRYXP29Qbom1Xl9xZbhCFEPf0LJitg=";
     stripRoot = false;
   };