From cc41cb30e33a071e4e5e86d277579fc02d0bf7de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Sat, 21 May 2016 23:41:42 +0200 Subject: [PATCH] qmmp: 0.8.4 -> 0.9.9 The 0.x versions is for Qt 4, whereas the new 1.x is for Qt 5. We'll update to the Qt 5 version later. Upstream currently makes simultaneous releases of both Qt 4 and 5 branches. --- pkgs/applications/audio/qmmp/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/audio/qmmp/default.nix b/pkgs/applications/audio/qmmp/default.nix index 5bec7aa6dd0..d0d37fb15a1 100644 --- a/pkgs/applications/audio/qmmp/default.nix +++ b/pkgs/applications/audio/qmmp/default.nix @@ -28,11 +28,11 @@ # handle that. stdenv.mkDerivation rec { - name = "qmmp-0.8.4"; + name = "qmmp-0.9.9"; src = fetchurl { url = "http://qmmp.ylsoftware.com/files/${name}.tar.bz2"; - sha256 = "1ld69xypyak3lzwmfvzbxsyd4fl841aaq0gmkfa7jpavbdlggydf"; + sha256 = "1wv4kbjq50xflhrl1jjf1hm3rrw599xkd72dwm4rscm0sdvzhnc1"; }; buildInputs =