Skip to content

Commit

Permalink
appflowy: 0.7.7 -> 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkOnion0 committed Dec 21, 2024
1 parent 8dfcbbd commit f0c8d5d
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-1AaFl49ia/hrPNEP12AFZdugcf4IQdjs/JTRGlUOD20=";
hash = "sha256-/UhvNhAnEL+D0En0a7dHFMpCNYWNTMTqfBi4msOexiY=";
};
x86_64-darwin = {
urlSuffix = "macos-universal.zip";
hash = "sha256-lIxySROvdK8wCrBkN79ZMyVj3CWh3mGenuz6UDGDQf4=";
hash = "sha256-Qq/V7FkUH9J+jklzkjPA4FoEU3LBeW3WFemRpSXoNwo=";
};
aarch64-darwin = x86_64-darwin;
}
Expand All @@ -30,7 +30,7 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "appflowy";
version = "0.7.7";
version = "0.7.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 f0c8d5d

Please sign in to comment.