2022-12-12T01:40:45 appflowy 0.0.8 -> 0.0.8.1 https://github.com/AppFlowy-IO/appflowy/releases 2022-12-12T01:40:47 attrpath: appflowy 2022-12-12T01:40:48 Checking auto update branch... 2022-12-12T01:40:48 No auto update branch exists 2022-12-12T01:40:48 There might already be an open PR for this update: - appflowy: 0.0.8 -> 0.0.8.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/205660" 2022-12-12T06:21:12 appflowy 0.0.6.2 -> 0.0.8.1 https://repology.org/metapackage/appflowy/versions 2022-12-12T06:21:15 attrpath: appflowy 2022-12-12T06:21:15 Checking auto update branch... 2022-12-12T06:21:15 No auto update branch exists 2022-12-12T06:21:15 Old version 0.0.6.2" not present in master derivation file with contents: { stdenv , lib , fetchzip , autoPatchelfHook , makeWrapper , copyDesktopItems , makeDesktopItem , gtk3 , openssl , xdg-user-dirs , keybinder3 }: stdenv.mkDerivation rec { pname = "appflowy"; version = "0.0.8"; src = fetchzip { url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy-linux-x86.tar.gz"; sha256 = "sha256-+nizRA42c0ZzuN8D/puh0TFLnRJVgyAujcTmJZ1UVzo="; }; nativeBuildInputs = [ autoPatchelfHook makeWrapper copyDesktopItems ]; buildInputs = [ gtk3 openssl keybinder3 ]; dontBuild = true; dontConfigure = true; installPhase = '' runHook preInstall mkdir -p $out/opt/ mkdir -p $out/bin/ # Copy archive contents to the outpout directory cp -r ./* $out/opt/ runHook postInstall ''; preFixup = '' # Add missing libraries to appflowy using the ones it comes with makeWrapper $out/opt/app_flowy $out/bin/appflowy \ --set LD_LIBRARY_PATH "$out/opt/lib/" \ --prefix PATH : "${lib.makeBinPath [ xdg-user-dirs ]}" ''; desktopItems = [ (makeDesktopItem { name = pname; desktopName = "AppFlowy"; comment = meta.description; exec = "appflowy"; categories = [ "Office" ]; }) ]; meta = with lib; { description = "An open-source alternative to Notion"; homepage = "https://www.appflowy.io/"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.agpl3Only; changelog = "https://github.com/AppFlowy-IO/appflowy/releases/tag/${version}"; maintainers = with maintainers; [ darkonion0 ]; platforms = [ "x86_64-linux" ]; }; } 2022-12-12T14:30:49 appflowy 0.0.8 -> 0.0.8.1 https://github.com/AppFlowy-IO/appflowy/releases 2022-12-12T14:30:52 attrpath: appflowy 2022-12-12T14:30:52 Checking auto update branch... 2022-12-12T14:30:52 No auto update branch exists 2022-12-12T14:30:52 Old version 0.0.8" not present in master derivation file with contents: { stdenv , lib , fetchzip , autoPatchelfHook , makeWrapper , copyDesktopItems , makeDesktopItem , gtk3 , openssl , xdg-user-dirs , keybinder3 }: stdenv.mkDerivation rec { pname = "appflowy"; version = "0.0.8.1"; src = fetchzip { url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy-linux-x86.tar.gz"; sha256 = "sha256-QMlJSNjN6pe9NNWoCFwo++Ic4/pbDPEjHFabcV2lZo8="; }; nativeBuildInputs = [ autoPatchelfHook makeWrapper copyDesktopItems ]; buildInputs = [ gtk3 openssl keybinder3 ]; dontBuild = true; dontConfigure = true; installPhase = '' runHook preInstall mkdir -p $out/opt/ mkdir -p $out/bin/ # Copy archive contents to the outpout directory cp -r ./* $out/opt/ runHook postInstall ''; preFixup = '' # Add missing libraries to appflowy using the ones it comes with makeWrapper $out/opt/app_flowy $out/bin/appflowy \ --set LD_LIBRARY_PATH "$out/opt/lib/" \ --prefix PATH : "${lib.makeBinPath [ xdg-user-dirs ]}" ''; desktopItems = [ (makeDesktopItem { name = pname; desktopName = "AppFlowy"; comment = meta.description; exec = "appflowy"; categories = [ "Office" ]; }) ]; meta = with lib; { description = "An open-source alternative to Notion"; homepage = "https://www.appflowy.io/"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; license = licenses.agpl3Only; changelog = "https://github.com/AppFlowy-IO/appflowy/releases/tag/${version}"; maintainers = with maintainers; [ darkonion0 ]; platforms = [ "x86_64-linux" ]; }; }