Merge pull request #296735 from r-ryantm/auto-update/appflowy

appflowy: 0.4.9 -> 0.5.2
This commit is contained in:
Weijia Wang 2024-03-19 21:23:57 +01:00 committed by GitHub
commit 7da261cf7d
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.9";
version = "0.5.2";
src = fetchzip {
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy-${version}-linux-x86_64.tar.gz";
hash = "sha256-+Olmp2z5cLDgZikY2n9LI2A9W03pYdCtUE9hdr9Tp2Q=";
hash = "sha256-yXrdV/m6Ss9DyYleA5K7Wz1RUa8fznDJl5Yvco+jaiA=";
stripRoot = false;
};