Skip to content

Commit dd34d1f

Browse files
committed
appflowy: 0.1.0 -> 0.1.1
1 parent 5706ae4 commit dd34d1f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pkgs/applications/office/appflowy/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
stdenv.mkDerivation rec {
1515
pname = "appflowy";
16-
version = "0.1.0";
16+
version = "0.1.1";
1717

1818
src = fetchzip {
1919
url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy_x86_64-unknown-linux-gnu_ubuntu-20.04.tar.gz";
20-
sha256 = "sha256-WuEwhJ1YhbldFfisfUsp3GCV2vQy9oTam6BkL/7QEgI=";
20+
sha256 = "sha256-H4xVUXC7cRCgC1fHMXPucGRTBlGRcyzskhNBaNVGAns=";
2121
stripRoot = false;
2222
};
2323

@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
3939
installPhase = ''
4040
runHook preInstall
4141
42-
mv AppFlowy/* ./
42+
cd AppFlowy/
4343
4444
mkdir -p $out/opt/
4545
mkdir -p $out/bin/
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
5252

5353
preFixup = ''
5454
# Add missing libraries to appflowy using the ones it comes with
55-
makeWrapper $out/opt/app_flowy $out/bin/appflowy \
55+
makeWrapper $out/opt/AppFlowy $out/bin/appflowy \
5656
--set LD_LIBRARY_PATH "$out/opt/lib/" \
5757
--prefix PATH : "${lib.makeBinPath [ xdg-user-dirs ]}"
5858
'';

0 commit comments

Comments
 (0)