about summary refs log tree commit diff
path: root/pkgs/applications/audio/xmp
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-04-29 14:22:28 +0800
committer宋文武 <iyzsong@gmail.com>2015-04-29 14:22:28 +0800
commita5f2cbff0a161482830842a393c142ff7d24e8aa (patch)
tree386c6ad4c7b4e780919f957769c218ce4110abf4 /pkgs/applications/audio/xmp
parentf64d767130152c7bc8136efcc589d7fc28a6d9fb (diff)
xmp: Update to 4.0.10
Diffstat (limited to 'pkgs/applications/audio/xmp')
-rw-r--r--pkgs/applications/audio/xmp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/xmp/default.nix b/pkgs/applications/audio/xmp/default.nix
index 7f21d389cf5f1..6bec03bd71b04 100644
--- a/pkgs/applications/audio/xmp/default.nix
+++ b/pkgs/applications/audio/xmp/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl, pkgconfig, alsaLib, libxmp }:
 
 stdenv.mkDerivation rec {
-  name = "xmp-4.0.7";
+  name = "xmp-4.0.10";
 
   meta = with stdenv.lib; {
     description = "Extended module player";
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://sourceforge/xmp/xmp/${name}.tar.gz";
-    sha256 = "0qgzzaxhshz5l7s21x89xb43pbbi0zap6a4lk4s7gjp1qca2agcw";
+    sha256 = "0gjylvvmq7ha0nhcjg56qfp0xxpsrcsj7y5r914svd5x1ppmzm5n";
   };
 
   buildInputs = [ pkgconfig alsaLib libxmp ];