mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 16:11:58 +00:00
phonon-backend-vlc: 0.9.0 -> 0.10.1
This commit is contained in:
parent
490e6fc9eb
commit
a3f5c424f7
|
@ -7,7 +7,7 @@
|
|||
with lib;
|
||||
|
||||
let
|
||||
v = "0.9.0";
|
||||
v = "0.10.1";
|
||||
pname = "phonon-backend-vlc";
|
||||
in
|
||||
|
||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "mirror://kde/stable/phonon/${pname}/${v}/${pname}-${v}.tar.xz";
|
||||
sha256 = "1gnd1j305mqajw5gxm42vg6ajkvi8611bxgc3qhj5k0saz5dgkn0";
|
||||
sha256 = "0b87mzkw9fdkrwgnh1kw5i5wnrd05rl42hynlykb7cfymsk6v5h9";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
|
|
Loading…
Reference in a new issue