Skip to content

Commit

Permalink
appflowy: 0.6.7.2 -> 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkOnion0 committed Sep 4, 2024
1 parent f170538 commit a4e033f
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,19 +17,19 @@ let
rec {
x86_64-linux = {
urlSuffix = "linux-x86_64.tar.gz";
hash = "sha256-2hrrK3ACYPzkSDxhjOevO8yykwWjS9gARz3A0er7SO4=";
hash = "sha256-sQ3dxwPWHLUoWgnR9+oHaFoDzXxtwKRiBvz2wkFB01g=";
};
x86_64-darwin = {
urlSuffix = "macos-universal.zip";
hash = "sha256-07u1KUfbYTBDFbmZK9ZHgutnhLMlcqQCg5l+z3ChTn0=";
hash = "sha256-4bU/qecZBrTr34SZAjDDgwpXAAHDITz6lV6mJGjElko=";
};
aarch64-darwin = x86_64-darwin;
}
."${stdenvNoCC.hostPlatform.system}";
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "appflowy";
version = "0.6.7.2";
version = "0.6.8";

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

0 comments on commit a4e033f

Please sign in to comment.