2022-12-05T05:25:32 antimicrox 3.3.1 -> 3.3.2 https://repology.org/metapackage/antimicrox/versions 2022-12-05T05:25:34 attrpath: antimicrox 2022-12-05T05:25:34 Checking auto update branch... 2022-12-05T05:25:34 No auto update branch exists 2022-12-05T05:25:35 Old version 3.3.1" not present in master derivation file with contents: { mkDerivation , lib , cmake , extra-cmake-modules , pkg-config , SDL2 , qttools , xorg , fetchFromGitHub , itstool }: mkDerivation rec { pname = "antimicrox"; version = "3.3.2"; src = fetchFromGitHub { owner = "AntiMicroX"; repo = pname; rev = version; sha256 = "sha256-qp9K0lF7joFhfepncUoHvekMS+fZcPaBrsWY2DKmIUs="; }; nativeBuildInputs = [ cmake extra-cmake-modules pkg-config itstool ]; buildInputs = [ SDL2 qttools xorg.libXtst ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace "/usr/lib/udev/rules.d/" "$out/lib/udev/rules.d/" ''; meta = with lib; { description = "GUI for mapping keyboard and mouse controls to a gamepad"; inherit (src.meta) homepage; maintainers = with maintainers; [ sbruder ]; license = licenses.gpl3Plus; platforms = with platforms; linux; }; }