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

appflowy: 0.5.2 -> 0.5.3
This commit is contained in:
Weijia Wang 2024-03-27 16:00:42 +01:00 committed by GitHub
commit c6ec65f2cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "appflowy";
version = "0.5.2";
version = "0.5.3";
src = fetchzip {
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy-${version}-linux-x86_64.tar.gz";
hash = "sha256-yXrdV/m6Ss9DyYleA5K7Wz1RUa8fznDJl5Yvco+jaiA=";
hash = "sha256-BFPtT8/DvSsZY1ckrXRZn6F0+pSRRZLoqc638JKUpjQ=";
stripRoot = false;
};