Skip to content

Commit

Permalink
appflowy: 0.7.3 -> 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkOnion0 committed Nov 20, 2024
1 parent 4d9e1cd commit 691857b
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-X+y8TcRXbNtKpCFiOX9iPzJnsCZbXYB3tNdiyQE00Ek=";
hash = "sha256-+8uHp4YkW/G2C618QPcd28zidvY3cLJuhZoSyIHRlDE=";
};
x86_64-darwin = {
urlSuffix = "macos-universal.zip";
hash = "sha256-X+y8TcRXbNtKpCFiOX9iPzJnsCZbXYB3tNdiyQE00Ek=";
hash = "sha256-+8uHp4YkW/G2C618QPcd28zidvY3cLJuhZoSyIHRlDE=";
};
aarch64-darwin = x86_64-darwin;
}
Expand All @@ -30,7 +30,7 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "appflowy";
version = "0.7.3";
version = "0.7.4";

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

0 comments on commit 691857b

Please sign in to comment.