appflowy: 0.4.6 -> 0.4.9

https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.4.9
This commit is contained in:
DarkOnion0 2024-02-14 21:21:27 +01:00
parent f7e8132dac
commit 2ce738fea7
No known key found for this signature in database
GPG Key ID: 852A39E50BA9083B

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "appflowy";
version = "0.4.6";
version = "0.4.9";
src = fetchzip {
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy-${version}-linux-x86_64.tar.gz";
hash = "sha256-496uXlJ/3ID8fnW/LKwk0Waca4gSQBuKIFMJ4EJGcsA=";
hash = "sha256-+Olmp2z5cLDgZikY2n9LI2A9W03pYdCtUE9hdr9Tp2Q=";
stripRoot = false;
};