appflowy: 0.9.1 -> 0.9.2

https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.9.2
This commit is contained in:
DarkOnion0 2025-05-16 09:54:41 +02:00
parent e7c8c51f20
commit 583ded7485
No known key found for this signature in database
GPG key ID: 93C4D103CCBBE24C

View file

@ -17,11 +17,11 @@ let
rec {
x86_64-linux = {
urlSuffix = "linux-x86_64.tar.gz";
hash = "sha256-c6iawG2GqdF4HRfOhcJM0gPNo7I8DHP1SVQffDzW9wc=";
hash = "sha256-EuioRmdN4kUDh2P4Qb5YQZeNZqxwBgZ57VsY0YD1ru4=";
};
x86_64-darwin = {
urlSuffix = "macos-universal.zip";
hash = "sha256-5d/JkAuNT1OT0MOUQU7mhst/lOXv7T17rJVeIABMUKw=";
hash = "sha256-uLM6hMASA9D5rOChgLnPsfeCAmgoo0IW8CsyfgRGBIU=";
};
aarch64-darwin = x86_64-darwin;
}
@ -30,7 +30,7 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "appflowy";
version = "0.9.1";
version = "0.9.2";
src = fetchzip {
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${finalAttrs.version}/AppFlowy-${finalAttrs.version}-${dist.urlSuffix}";