From e360164accffffc6f04d14a9265ae0ec6a6e0418 Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Sun, 18 Mar 2018 07:08:00 -0700 Subject: [PATCH] libsForQt5.phonon: 4.9.1 -> 4.10.0 Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 4.10.0 with grep in /nix/store/61na3v3inh8mkf0wwad7hbjqxg7w5zh1-phonon-qt5-4.10.0 - found 4.10.0 in filename of file in /nix/store/61na3v3inh8mkf0wwad7hbjqxg7w5zh1-phonon-qt5-4.10.0 - directory tree listing: https://gist.github.com/4c7cd3b3668853d8f9723971d30565ce --- pkgs/development/libraries/phonon/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/phonon/default.nix b/pkgs/development/libraries/phonon/default.nix index 8e1ee8196c30e..126bde93f857d 100644 --- a/pkgs/development/libraries/phonon/default.nix +++ b/pkgs/development/libraries/phonon/default.nix @@ -6,7 +6,7 @@ with lib; let - v = "4.9.1"; + v = "4.10.0"; 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 = "0gyhlnwamzfw31kw4qh0v6rj0m47k9wfygd6h07klg9ggp60xhg2"; }; buildInputs =