libsForQt5.phonon: 4.10.2 -> 4.10.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/phonon-qt5/versions
This commit is contained in:
parent
53328909da
commit
403d64a705
@ -6,7 +6,7 @@
|
|||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
v = "4.10.2";
|
v = "4.10.3";
|
||||||
|
|
||||||
soname = if withQt5 then "phonon4qt5" else "phonon";
|
soname = if withQt5 then "phonon4qt5" else "phonon";
|
||||||
buildsystemdir = "share/cmake/${soname}";
|
buildsystemdir = "share/cmake/${soname}";
|
||||||
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kde/stable/phonon/${v}/phonon-${v}.tar.xz";
|
url = "mirror://kde/stable/phonon/${v}/phonon-${v}.tar.xz";
|
||||||
sha256 = "02c8fyyvg5qb0lxwxmnxc5grkg6p3halakjf02vmwmvqaycb3v9l";
|
sha256 = "15f2vndpqfcivifzl1s07r0wkavpfrjln1p46cwfk85gd5b192rf";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user