Skip to content

Commit

Permalink
appflowy: 0.7.1 -> 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkOnion0 committed Oct 26, 2024
1 parent 37ec559 commit e2c10be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/office/appflowy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ let
rec {
x86_64-linux = {
urlSuffix = "linux-x86_64.tar.gz";
hash = "sha256-fn1UK8+7+vFL4nTnnRbfjCgttVYSw6pmmqabeHqTY3g=";
hash = "sha256-z22sBq4VVqzbRm1MerhkN0Eegm1oZnZRI/qGlHwXaJo=";
};
x86_64-darwin = {
urlSuffix = "macos-universal.zip";
hash = "sha256-MoK6GlGmRVRp6feH8hab4CYpP4bXJN3XH7eHHSnhpS4=";
hash = "sha256-z22sBq4VVqzbRm1MerhkN0Eegm1oZnZRI/qGlHwXaJo=";
};
aarch64-darwin = x86_64-darwin;
}
Expand All @@ -30,7 +30,7 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "appflowy";
version = "0.7.1";
version = "0.7.2";

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

0 comments on commit e2c10be

Please sign in to comment.