Skip to content

Commit

Permalink
appflowy: 0.8.1 -> 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkOnion0 committed Jan 25, 2025
1 parent c495b7b commit 95ce5cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ap/appflowy/package.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-dUBG07bEW1SFyYMJX1tcoED4u41msGOsHnXCI81fywg=";
hash = "sha256-c6uMtoc/36Ni7BuLTLyVEp5ENI1uhPSfUJ4YaDlNEoU=";
};
x86_64-darwin = {
urlSuffix = "macos-universal.zip";
hash = "sha256-kb43n0m6rT7kTPCk90N9AT7Jj9+UF2gHPecr3bp0Ylc=";
hash = "sha256-U6ZtFsvEWIurxIeFji3UtQ0mvJ5PW6MJFURUi4bS17w=";
};
aarch64-darwin = x86_64-darwin;
}
Expand All @@ -30,7 +30,7 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "appflowy";
version = "0.8.1";
version = "0.8.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 95ce5cc

Please sign in to comment.