appflowy: 0.6.3 -> 0.6.4

https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.4
This commit is contained in:
DarkOnion0 2024-07-16 16:22:21 +02:00
parent ad0b5eed1b
commit 376e50c7cb
No known key found for this signature in database
GPG Key ID: 93C4D103CCBBE24C

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "appflowy";
version = "0.6.3";
version = "0.6.4";
src = fetchzip {
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy-${version}-linux-x86_64.tar.gz";
hash = "sha256-u8Y676sBLDI57z7Zpe72ELaibe83EFwB0oq+ondRIcU=";
hash = "sha256-PVlHPjr6aUkTp9x4MVC8cgebmdaUQXX6eV0/LfAmiJc=";
stripRoot = false;
};