Skip to content

Commit

Permalink
appflowy: 0.7.8 -> 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkOnion0 committed Jan 5, 2025
1 parent f0c8d5d commit 4c4afac
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-/UhvNhAnEL+D0En0a7dHFMpCNYWNTMTqfBi4msOexiY=";
hash = "sha256-r8M3XchvmkjPDEmUmsOSWbfZ0LoFRiOiJ5DQ5MXizXU=";
};
x86_64-darwin = {
urlSuffix = "macos-universal.zip";
hash = "sha256-Qq/V7FkUH9J+jklzkjPA4FoEU3LBeW3WFemRpSXoNwo=";
hash = "sha256-FE1JUVMw4GbPXbPaKn46iDihS5v88L+Kpm6wXv5T8A0=";
};
aarch64-darwin = x86_64-darwin;
}
Expand All @@ -30,7 +30,7 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "appflowy";
version = "0.7.8";
version = "0.7.9";

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

0 comments on commit 4c4afac

Please sign in to comment.