appflowy: 0.4.1 -> 0.4.3

https://github.com/AppFlowy-IO/AppFlowy/releases/tag/0.4.3
This commit is contained in:
DarkOnion0
2024-01-17 21:14:58 +01:00
parent 5776198f66
commit 4b99e00c08
@@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "appflowy";
version = "0.4.1";
version = "0.4.3";
src = fetchzip {
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy-${version}-linux-x86_64.tar.gz";
hash = "sha256-9wv7/3wtR1xiOHRYXP29Qbom1Xl9xZbhCFEPf0LJitg=";
hash = "sha256-JrcqVPlFr8zD9ZSBxk9WqN7KCLKq+yCjMfA4QbIfDZE=";
stripRoot = false;
};