1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #57362 from r-ryantm/auto-update/phonon-backend-vlc-qt5

libsForQt5.phonon-backend-vlc: 0.10.1 -> 0.10.2
This commit is contained in:
Silvan Mosberger 2019-03-28 20:08:48 +01:00 committed by GitHub
commit 96c286b413
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
with lib;
let
v = "0.10.1";
v = "0.10.2";
pname = "phonon-backend-vlc";
in
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://kde/stable/phonon/${pname}/${v}/${pname}-${v}.tar.xz";
sha256 = "0b87mzkw9fdkrwgnh1kw5i5wnrd05rl42hynlykb7cfymsk6v5h9";
sha256 = "163jqq5p9n0yfw2fqk0cqn3c6mqycxsvc4956zhkw5345g81a2a9";
};
buildInputs =