Merge pull request #296735 from r-ryantm/auto-update/appflowy
appflowy: 0.4.9 -> 0.5.2
This commit is contained in:
commit
7da261cf7d
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue