appflowy: 0.3.6 -> 0.3.7

This commit is contained in:
DarkOnion0 2023-11-04 11:28:01 +01:00
parent 47ab3596a7
commit c9ba79c872
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.3.6";
version = "0.3.7";
src = fetchzip {
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy-${version}-linux-x86_64.tar.gz";
hash = "sha256-MH5NLppwe/W5d0duNwyQtUBryqDzfV3u0LqWI40GqLQ=";
hash = "sha256-Z2iNYNpf0a3kXBLaJeGVYIW5EGiBuMPdFNK2jSpnmws=";
stripRoot = false;
};