appflowy: 0.10.0 -> 0.10.2

https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.10.2
This commit is contained in:
DarkOnion0
2025-11-02 16:20:08 +01:00
parent 48bdc35e9e
commit 5c58342aa3
+3 -5
View File
@@ -10,7 +10,6 @@
xdg-user-dirs,
keybinder3,
libnotify,
curl,
}:
let
@@ -18,11 +17,11 @@ let
rec {
x86_64-linux = {
urlSuffix = "linux-x86_64.tar.gz";
hash = "sha256-E0N07kvABMrjWyRNpLmYsJ+ZY8+1NcR3ND4wNxUvAEA=";
hash = "sha256-+4TKheTj/dYAxFJmz2in9LefytQmKGfGwvCID9fyy5k=";
};
x86_64-darwin = {
urlSuffix = "macos-universal.zip";
hash = "sha256-wziZaxSmGnEZDeKi5kQvrQwfHZ/Uan5gRseIIqXYvsI=";
hash = "sha256-h+yczBW8jyOiEI6ExdMok7KmEWWpQt92cNhyZVLcyVs=";
};
aarch64-darwin = x86_64-darwin;
}
@@ -31,7 +30,7 @@ let
in
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "appflowy";
version = "0.10.0";
version = "0.10.2";
src = fetchzip {
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${finalAttrs.version}/AppFlowy-${finalAttrs.version}-${dist.urlSuffix}";
@@ -49,7 +48,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
gtk3
keybinder3
libnotify
curl
];
dontBuild = true;