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

appflowy: 0.5.5 -> 0.5.6
This commit is contained in:
Weijia Wang 2024-05-09 20:36:37 +02:00 committed by GitHub
commit 5f12f3a6f0
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.5.5";
version = "0.5.6";
src = fetchzip {
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy-${version}-linux-x86_64.tar.gz";
hash = "sha256-sDA//ARuzU0q2V3jhFXGhaQaeF0jsDRbtdHCBTgIL8U=";
hash = "sha256-6eolLBWVpnEvjA+C6R5gpkxG/G59atrkwOP7CWhs7oI=";
stripRoot = false;
};