2022-11-09T12:00:29 falkon 22.08.2 -> 22.08.3 https://repology.org/metapackage/falkon/versions 2022-11-09T12:00:31 attrpath: falkon 2022-11-09T12:00:31 Checking auto update branch... 2022-11-09T12:00:31 No auto update branch exists 2022-11-09T12:00:32 Old version 22.08.2" not present in master derivation file with contents: { stdenv, mkDerivation, lib, fetchFromGitHub, fetchpatch , cmake, extra-cmake-modules, pkg-config , libpthreadstubs, libxcb, libXdmcp , qtsvg, qttools, qtwebengine, qtx11extras , qtwayland, wrapQtAppsHook , kwallet, kpurpose, karchive, kio }: mkDerivation rec { pname = "falkon"; preConfigure = '' export NONBLOCK_JS_DIALOGS=true export KDE_INTEGRATION=true export GNOME_INTEGRATION=false export FALKON_PREFIX=$out ''; buildInputs = [ libpthreadstubs libxcb libXdmcp qtsvg qttools qtwebengine qtx11extras kwallet kpurpose karchive kio ] ++ lib.optionals stdenv.isLinux [ qtwayland ]; nativeBuildInputs = [ cmake extra-cmake-modules pkg-config qttools wrapQtAppsHook ]; meta = with lib; { description = "QtWebEngine based cross-platform web browser"; homepage = "https://www.falkon.org"; license = licenses.gpl3; maintainers = with maintainers; [ peterhoeg ]; platforms = platforms.unix; }; }