appflowy: 0.5.3 -> 0.5.4

https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.5.4
This commit is contained in:
DarkOnion0 2024-04-09 09:44:44 +02:00
parent bc60b9e572
commit 2c70198b75
No known key found for this signature in database
GPG Key ID: 852A39E50BA9083B
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "appflowy";
version = "0.5.3";
version = "0.5.4";
src = fetchzip {
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy-${version}-linux-x86_64.tar.gz";
hash = "sha256-BFPtT8/DvSsZY1ckrXRZn6F0+pSRRZLoqc638JKUpjQ=";
hash = "sha256-gIM4CQvPkQIWvHXYPwr4yiDY1mUuOmubdqkOmHNssVo=";
stripRoot = false;
};