2022-12-12T06:25:40 adriconf 2.5.0 -> 2.5.1 https://repology.org/metapackage/adriconf/versions 2022-12-12T06:25:42 attrpath: adriconf 2022-12-12T06:25:42 Checking auto update branch... 2022-12-12T06:25:42 No auto update branch exists 2022-12-12T06:25:43 Old version 2.5.0" not present in master derivation file with contents: { stdenv , lib , fetchFromGitLab , cmake , pkg-config , libdrm , libGL , atkmm , pcre , gtkmm3 , pugixml , mesa , pciutils }: stdenv.mkDerivation rec { pname = "adriconf"; version = "2.5.1"; src = fetchFromGitLab { domain = "gitlab.freedesktop.org"; owner = "mesa"; repo = pname; rev = "v${version}"; sha256 = "sha256-RhHmrjb5TvJnZ6R0aefqdmwMBpu4iTrxSHru7JAwrgs="; }; nativeBuildInputs = [ cmake pkg-config ]; buildInputs = [ libdrm libGL atkmm pcre gtkmm3 pugixml mesa pciutils ]; cmakeFlags = [ "-DENABLE_UNIT_TESTS=off" ]; meta = with lib; { homepage = "https://gitlab.freedesktop.org/mesa/adriconf/"; description = "A GUI tool used to configure open source graphics drivers"; license = licenses.gpl3Plus; maintainers = with maintainers; [ muscaln ]; platforms = platforms.linux; }; }