lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

kdePackages.mpvqt: 1.0.1 -> 1.1.1

Diff: https://invent.kde.org/libraries/mpvqt/-/compare/v1.0.1...v1.1.1

emaryn 7df9b5ff 50dd5a53

+8 -3
+8 -3
pkgs/kde/misc/mpvqt/default.nix
··· 4 4 fetchFromGitLab, 5 5 mpv-unwrapped, 6 6 qtdeclarative, 7 + qtbase, 7 8 }: 9 + 8 10 mkKdeDerivation rec { 9 11 pname = "mpvqt"; 10 - version = "1.0.1"; 12 + version = "1.1.1"; 11 13 12 14 src = fetchFromGitLab { 13 15 domain = "invent.kde.org"; 14 16 owner = "libraries"; 15 17 repo = "mpvqt"; 16 - rev = "v${version}"; 17 - hash = "sha256-baVTyz3sXfQC7NEO2VoN0bhXpgkKjclwrFN/CLsuoC0="; 18 + tag = "v${version}"; 19 + hash = "sha256-qscubUiej/OqQI+V9gxQb7eVa3L2FJ5koqgXFoBw8tU="; 18 20 }; 19 21 20 22 extraBuildInputs = [ qtdeclarative ]; 23 + 21 24 extraPropagatedBuildInputs = [ mpv-unwrapped ]; 25 + 26 + extraCmakeFlags = [ "-DQt6_DIR=${qtbase}/lib/cmake/Qt6" ]; 22 27 23 28 meta.license = with lib.licenses; [ 24 29 bsd2