summary refs log tree commit diff
path: root/pkgs/applications/audio/qmmp
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2016-05-21 23:41:42 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2016-05-21 23:45:44 +0200
commitcc41cb30e33a071e4e5e86d277579fc02d0bf7de (patch)
treead78950e3c1c9f300f0cb9effff4090a06435909 /pkgs/applications/audio/qmmp
parentb51986b8d1a18b03d927a9dbe126e66011d43b45 (diff)
downloadnixpkgs-cc41cb30e33a071e4e5e86d277579fc02d0bf7de.tar
nixpkgs-cc41cb30e33a071e4e5e86d277579fc02d0bf7de.tar.gz
nixpkgs-cc41cb30e33a071e4e5e86d277579fc02d0bf7de.tar.bz2
nixpkgs-cc41cb30e33a071e4e5e86d277579fc02d0bf7de.tar.lz
nixpkgs-cc41cb30e33a071e4e5e86d277579fc02d0bf7de.tar.xz
nixpkgs-cc41cb30e33a071e4e5e86d277579fc02d0bf7de.tar.zst
nixpkgs-cc41cb30e33a071e4e5e86d277579fc02d0bf7de.zip
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.
Diffstat (limited to 'pkgs/applications/audio/qmmp')
-rw-r--r--pkgs/applications/audio/qmmp/default.nix4
1 files 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 =