lol

libsForQt5.phonon-backend-vlc: 0.11.2 -> 0.11.3

* libsForQt5.phonon-backend-vlc: 0.11.2 -> 0.11.3 (#149566)
and update meta attributes

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>

authored by

R. RyanTM
Renaud
and committed by
GitHub
8b7cd39d 0b3a4fac

+5 -4
+5 -4
pkgs/development/libraries/phonon/backends/vlc.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "phonon-backend-vlc"; 8 - version = "0.11.2"; 8 + version = "0.11.3"; 9 9 10 10 src = fetchurl { 11 11 url = "mirror://kde/stable/phonon/${pname}/${version}/${pname}-${version}.tar.xz"; 12 - sha256 = "sha256-xsM7/GjRN/DlegKeS3mMu5D1Svb3Ma9JZ3hXeRzNU6U="; 12 + sha256 = "sha256-Xmn97MsGDH5rWSTO8uZb7loIrOQScAW5U0TtMHfcY5c="; 13 13 }; 14 14 15 15 buildInputs = [ ··· 33 33 ]; 34 34 35 35 meta = with lib; { 36 - homepage = "https://phonon.kde.org/"; 36 + homepage = "https://community.kde.org/Phonon"; 37 + # Dev repo is at https://invent.kde.org/libraries/phonon-vlc 37 38 description = "GStreamer backend for Phonon"; 38 39 platforms = platforms.linux; 39 - license = with licenses; [ bsd3 lgpl2Plus ]; 40 + license = with licenses; [ bsd3 lgpl21Plus ]; 40 41 }; 41 42 }