appflowy: 0.11.7 -> 0.11.8

https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.11.8
This commit is contained in:
DarkOnion0
2026-04-25 10:51:09 +02:00
parent fed14375d2
commit e767f2f67e
+3 -3
View File
@@ -27,11 +27,11 @@ let
rec {
x86_64-linux = {
urlSuffix = "linux-x86_64.tar.gz";
hash = "sha256-aG3Avp9LP2b7Q4RGg8gL3QsbOfUUTWCojAmYpdjleoc=";
hash = "sha256-6akFImNU5EQLW6f2dQRUXUC8srM32xyVI14pjVxV6Sw=";
};
x86_64-darwin = {
urlSuffix = "macos-universal.zip";
hash = "sha256-gDL0Y3v1lHBtDUjn4VM5YLKAzxh1NvrePGZrPiD9H6M=";
hash = "sha256-sJ4mXSYsJICXMpDZemqRF3uYgB9SWNdbzcT1s2gHpZA=";
};
aarch64-darwin = x86_64-darwin;
}
@@ -40,7 +40,7 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "appflowy";
version = "0.11.7";
version = "0.11.8";
src = fetchzip {
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${finalAttrs.version}/AppFlowy-${finalAttrs.version}-${dist.urlSuffix}";