appflowy: 0.1.5 -> 0.1.6

This commit is contained in:
DarkOnion0 2023-06-12 10:45:06 +02:00
parent 76ad192fe1
commit d84ed53fce
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.1.5";
version = "0.1.6";
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-fuA3/suJ9F3mHtNAxlefFGLX0+PHgFZpQycPpxztsPI=";
sha256 = "sha256-ty23D3xAZpDh9VvjEG4LzPGy6aQ0EbGXUkb5RtK+ldk=";
stripRoot = false;
};