Skip to content

Commit

Permalink
appflowy: 0.7.4 -> 0.7.7
Browse files Browse the repository at this point in the history
https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.7.7

Co-authored-by: evris <32963606+evris99@users.noreply.github.com>
  • Loading branch information
DarkOnion0 and evris99 committed Dec 13, 2024
1 parent b67cb9c commit 8dfcbbd
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-+8uHp4YkW/G2C618QPcd28zidvY3cLJuhZoSyIHRlDE=";
hash = "sha256-1AaFl49ia/hrPNEP12AFZdugcf4IQdjs/JTRGlUOD20=";
};
x86_64-darwin = {
urlSuffix = "macos-universal.zip";
hash = "sha256-E4H6wLvb8ezxJaGxt9njvEjNY4jAJIx5agwVjqnTH1Y=";
hash = "sha256-lIxySROvdK8wCrBkN79ZMyVj3CWh3mGenuz6UDGDQf4=";
};
aarch64-darwin = x86_64-darwin;
}
Expand All @@ -30,7 +30,7 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "appflowy";
version = "0.7.4";
version = "0.7.7";

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

0 comments on commit 8dfcbbd

Please sign in to comment.