appflowy: 0.6.2 -> 0.6.3

https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.6.3
This commit is contained in:
DarkOnion0 2024-07-08 18:53:49 +02:00
parent 5fcc5458a3
commit 49a526b98a
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.2";
version = "0.6.3";
src = fetchzip {
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy-${version}-linux-x86_64.tar.gz";
hash = "sha256-vwhFFSdKlt2Ddikhdr3uyILjTVdgCjMtAW9HeLmT5qU=";
hash = "sha256-u8Y676sBLDI57z7Zpe72ELaibe83EFwB0oq+ondRIcU=";
stripRoot = false;
};