haruna 0.10.0 -> 0.10.3 https://repology.org/metapackage/haruna/versions attrpath: haruna Checking auto update branch... No auto update branch exists Old version 0.10.0" not present in master derivation file with contents: { lib , fetchFromGitLab , mkDerivation , breeze-icons , breeze-qt5 , cmake , extra-cmake-modules , ffmpeg-full , kconfig , kcoreaddons , kfilemetadata , ki18n , kiconthemes , kio , kirigami2 , kxmlgui , kdoctools , mpv , pkg-config , wrapQtAppsHook , qqc2-desktop-style , qtbase , qtquickcontrols2 , yt-dlp }: mkDerivation rec { pname = "haruna"; version = "0.10.2"; src = fetchFromGitLab { owner = "multimedia"; repo = "haruna"; rev = "v${version}"; hash = "sha256-hhHWxmr2EzW9QqfV1bpJCiWOWsmGJmvxvtQcuXlMTc4="; domain = "invent.kde.org"; }; postPatch = '' substituteInPlace src/application.cpp \ --replace '"yt-dlp"' '"${lib.getExe yt-dlp}"' ''; buildInputs = [ breeze-icons breeze-qt5 qqc2-desktop-style yt-dlp ffmpeg-full kconfig kcoreaddons kfilemetadata ki18n kiconthemes kio kirigami2 kxmlgui kdoctools mpv qtbase qtquickcontrols2 ]; nativeBuildInputs = [ cmake extra-cmake-modules pkg-config wrapQtAppsHook ]; meta = with lib; { homepage = "https://invent.kde.org/multimedia/haruna"; description = "Open source video player built with Qt/QML and libmpv"; license = with licenses; [ bsd3 cc-by-40 cc-by-sa-40 cc0 gpl2Plus gpl3Plus wtfpl ]; maintainers = with maintainers; [ jojosch ]; }; }