Skip to content

Commit 79a1bd8

Browse files
committed
appflowy: 0.10.6 -> 0.11.3
Diff: AppFlowy-IO/AppFlowy@0.10.6...0.11.3 Changelog: https://github.com/AppFlowy-IO/appflowy/releases/tag/0.11.3 Signed-off-by: Dan Xin <davinci42.cn@gmail.com>
1 parent dd9bf4a commit 79a1bd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ap/appflowy/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ let
1818
rec {
1919
x86_64-linux = {
2020
urlSuffix = "linux-x86_64.tar.gz";
21-
hash = "sha256-87mauW50ccOaPyK04O4I7+0bsvxVrdFxhi/Muc53wDY=";
21+
hash = "sha256-UjoGDsALtJeOIES7WkOmi+SUVsyu1AjTrpOiXZ9axJg=";
2222
};
2323
x86_64-darwin = {
2424
urlSuffix = "macos-universal.zip";
25-
hash = "sha256-a1WhOQ8NU3/aGAdaw8o3y7ckRdBsNgLZZ2nOrMsQdOA=";
25+
hash = "sha256-rlwcnNyi1loh2PcRPGpUcXJ7XL018lF/5vF/3G0bIsM=";
2626
};
2727
aarch64-darwin = x86_64-darwin;
2828
}
@@ -31,7 +31,7 @@ let
3131
in
3232
stdenvNoCC.mkDerivation (finalAttrs: {
3333
pname = "appflowy";
34-
version = "0.10.6";
34+
version = "0.11.3";
3535

3636
src = fetchzip {
3737
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${finalAttrs.version}/AppFlowy-${finalAttrs.version}-${dist.urlSuffix}";

0 commit comments

Comments
 (0)