about summary refs log tree commit diff
path: root/pkgs/development/libraries/libmpcdec
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-03-03 10:55:20 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-03-03 10:55:20 +0000
commitf30f36104b92f4e578157c003ea93f05409353e6 (patch)
treef70961efa9b6f47b6af47dccab2c2de34b463640 /pkgs/development/libraries/libmpcdec
parent25f81f6438d973d57bedbab7db5295ae2ddb6ac4 (diff)
downloadnixlib-f30f36104b92f4e578157c003ea93f05409353e6.tar
nixlib-f30f36104b92f4e578157c003ea93f05409353e6.tar.gz
nixlib-f30f36104b92f4e578157c003ea93f05409353e6.tar.bz2
nixlib-f30f36104b92f4e578157c003ea93f05409353e6.tar.lz
nixlib-f30f36104b92f4e578157c003ea93f05409353e6.tar.xz
nixlib-f30f36104b92f4e578157c003ea93f05409353e6.tar.zst
nixlib-f30f36104b92f4e578157c003ea93f05409353e6.zip
* Added Audacious, a fork of beep-media-player (which doesn't seem to
  work very well after the Glibc update), plus its dependencies.

  TODO: make an audacious-wrapper that lets Audacious find its plugins
  automatically.  Currently you have to install audacious-plugins and
  symlink ~/.nix-profile/lib/audacious/* in
  ~/.local/share/audacious/Plugins.

svn path=/nixpkgs/trunk/; revision=10927
Diffstat (limited to 'pkgs/development/libraries/libmpcdec')
-rw-r--r--pkgs/development/libraries/libmpcdec/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libmpcdec/default.nix b/pkgs/development/libraries/libmpcdec/default.nix
index f0742d23229a..2916b00eea7c 100644
--- a/pkgs/development/libraries/libmpcdec/default.nix
+++ b/pkgs/development/libraries/libmpcdec/default.nix
@@ -1,9 +1,9 @@
 {stdenv, fetchurl}:
 
 stdenv.mkDerivation {
-  name = "libmpcdec-1.2.2";
+  name = "libmpcdec-1.2.6";
   src = fetchurl {
-    url = http://files2.musepack.net/source/libmpcdec-1.2.2.tar.bz2;
-    md5 = "f14e07285b9b102a806649074c1d779b";
+    url = http://files.musepack.net/source/libmpcdec-1.2.6.tar.bz2;
+    md5 = "7f7a060e83b4278acf4b77d7a7b9d2c0";
   };
 }