Skip to content

Commit dc68731

Browse files
authoredMar 21, 2025
appflowy: 0.8.6 -> 0.8.7 (#391898)
2 parents 917adbe + 0de051c commit dc68731

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ let
1717
rec {
1818
x86_64-linux = {
1919
urlSuffix = "linux-x86_64.tar.gz";
20-
hash = "sha256-ODhN2Nu53nxzMNLsxlw/hSf6nLS7www6SXAyNeSOHmA=";
20+
hash = "sha256-e0G7J2BRRC+2MMqpvu5BNnimS7RRTjRBgo/j1T9iYWU=";
2121
};
2222
x86_64-darwin = {
2323
urlSuffix = "macos-universal.zip";
24-
hash = "sha256-ZVJjUHkzEjDbFottwGKi9fTfcMdebDqP0r9Wecwro+o=";
24+
hash = "sha256-A9BCdYxeWPjCOZ/L0wYTVuqybLHfc1vsWWxAY7IJohw=";
2525
};
2626
aarch64-darwin = x86_64-darwin;
2727
}
@@ -30,7 +30,7 @@ let
3030
in
3131
stdenvNoCC.mkDerivation (finalAttrs: {
3232
pname = "appflowy";
33-
version = "0.8.6";
33+
version = "0.8.7";
3434

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

0 commit comments

Comments
 (0)
Failed to load comments.