appflowy: 0.3.0 -> 0.3.1

This commit is contained in:
DarkOnion0 2023-09-10 17:03:11 +02:00 committed by Weijia Wang
parent 64790884bf
commit f9af019191

View File

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "appflowy";
version = "0.3.0";
version = "0.3.1";
src = fetchzip {
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy_x86_64-unknown-linux-gnu_ubuntu-20.04.tar.gz";
sha256 = "sha256-05RQtvf6I4/sjGtMDfc5U4esxfFFeTwIuxFAkbr6p4A";
hash = "sha256-jIekGA+MG9tvjEyHAI3dcD7lI1JL/qPqRpVO9gRhcTw=";
stripRoot = false;
};