phonon: 4.9.1 -> 4.10.1

This update fixes also the compilation with Qt 5.11.
This commit is contained in:
Bastian Köcher 2018-05-26 09:12:36 +02:00
parent a95a38ff3b
commit 5fe81d07ba

View file

@ -6,7 +6,7 @@
with lib;
let
v = "4.9.1";
v = "4.10.1";
soname = if withQt5 then "phonon4qt5" else "phonon";
buildsystemdir = "share/cmake/${soname}";
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://kde/stable/phonon/${v}/phonon-${v}.tar.xz";
sha256 = "177647r2jqfm32hqcz2nqfqv6v48hn5ab2vc31svba2wz23fkgk7";
sha256 = "1dwdw0hm6685psrp7v9frhkhqvsxrbdnm3gw794j5z7g3brqvag5";
};
buildInputs =