We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 917adbe + 0de051c commit dc68731Copy full SHA for dc68731
pkgs/by-name/ap/appflowy/package.nix
@@ -17,11 +17,11 @@ let
17
rec {
18
x86_64-linux = {
19
urlSuffix = "linux-x86_64.tar.gz";
20
- hash = "sha256-ODhN2Nu53nxzMNLsxlw/hSf6nLS7www6SXAyNeSOHmA=";
+ hash = "sha256-e0G7J2BRRC+2MMqpvu5BNnimS7RRTjRBgo/j1T9iYWU=";
21
};
22
x86_64-darwin = {
23
urlSuffix = "macos-universal.zip";
24
- hash = "sha256-ZVJjUHkzEjDbFottwGKi9fTfcMdebDqP0r9Wecwro+o=";
+ hash = "sha256-A9BCdYxeWPjCOZ/L0wYTVuqybLHfc1vsWWxAY7IJohw=";
25
26
aarch64-darwin = x86_64-darwin;
27
}
@@ -30,7 +30,7 @@ let
30
in
31
stdenvNoCC.mkDerivation (finalAttrs: {
32
pname = "appflowy";
33
- version = "0.8.6";
+ version = "0.8.7";
34
35
src = fetchzip {
36
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${finalAttrs.version}/AppFlowy-${finalAttrs.version}-${dist.urlSuffix}";
0 commit comments