summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorDarkOnion0 <darkonion0@clapot.org>2024-08-01 11:58:37 +0200
committerDarkOnion0 <darkonion0@clapot.org>2024-08-03 13:54:44 +0200
commit571e27fb2a8829fd2edeba943470994d91fe6db1 (patch)
tree19f810481d719bb4366791de445bb71bda51646a /pkgs/applications/office
parent396a42e529d44e496acd067e7e4de155fa6b8932 (diff)
appflowy: 0.6.5 -> 0.6.6
https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.6
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/appflowy/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/office/appflowy/default.nix b/pkgs/applications/office/appflowy/default.nix
index 41753336e1f6..1df4815b6a28 100644
--- a/pkgs/applications/office/appflowy/default.nix
+++ b/pkgs/applications/office/appflowy/default.nix
@@ -17,11 +17,11 @@ let
rec {
x86_64-linux = {
urlSuffix = "linux-x86_64.tar.gz";
- hash = "sha256-p2rfGO31B7q5MInsvGFaNkHpbfRjhEcI++I2Le0tb5s=";
+ hash = "sha256-2v7LF53UmVxFzoNHwv+B2zN7I6pSP66x32OplcIR7Fk=";
};
x86_64-darwin = {
urlSuffix = "macos-universal.zip";
- hash = "sha256-ekQe2L61wYaHIOdvNPjyiEqLPU3cmcXTuBGryu3roEQ=";
+ hash = "sha256-73Do2Jhso6GJsyDiSz3ACN8pEmZbuPNW3vjW3BFLhY4=";
};
aarch64-darwin = x86_64-darwin;
}
@@ -29,7 +29,7 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "appflowy";
- version = "0.6.5";
+ version = "0.6.6";
src = fetchzip {
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${finalAttrs.version}/AppFlowy-${finalAttrs.version}-${dist.urlSuffix}";