Merge pull request #288863 from DarkOnion0/master

appflowy: 0.4.6 -> 0.4.9
This commit is contained in:
OTABI Tomoya 2024-02-19 23:48:34 +09:00 committed by GitHub
commit fc137dce0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "appflowy";
version = "0.4.6";
version = "0.4.9";
src = fetchzip {
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy-${version}-linux-x86_64.tar.gz";
hash = "sha256-496uXlJ/3ID8fnW/LKwk0Waca4gSQBuKIFMJ4EJGcsA=";
hash = "sha256-+Olmp2z5cLDgZikY2n9LI2A9W03pYdCtUE9hdr9Tp2Q=";
stripRoot = false;
};