appflowy: 0.1.1 -> 0.1.2

This commit is contained in:
DarkOnion0 2023-04-02 10:28:45 +02:00
parent 78d19be60e
commit 35705ed7cb
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.1";
version = "0.1.2";
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-H4xVUXC7cRCgC1fHMXPucGRTBlGRcyzskhNBaNVGAns=";
sha256 = "sha256-fOPODq938ejJY4QDJawN/WFv6Ynr9pGgJPWnjWD/rQk=";
stripRoot = false;
};