summary refs log tree commit diff
path: root/pkgs/development/libraries/libxmp
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2015-04-29 14:20:50 +0800
committer宋文武 <iyzsong@gmail.com>2015-04-29 14:20:50 +0800
commitf64d767130152c7bc8136efcc589d7fc28a6d9fb (patch)
treed9ade5813d39d52438f7fdb3179f2a57b934297a /pkgs/development/libraries/libxmp
parent5f149c80f25d733bcefbabc85c1163a3492596c2 (diff)
downloadnixpkgs-f64d767130152c7bc8136efcc589d7fc28a6d9fb.tar
nixpkgs-f64d767130152c7bc8136efcc589d7fc28a6d9fb.tar.gz
nixpkgs-f64d767130152c7bc8136efcc589d7fc28a6d9fb.tar.bz2
nixpkgs-f64d767130152c7bc8136efcc589d7fc28a6d9fb.tar.lz
nixpkgs-f64d767130152c7bc8136efcc589d7fc28a6d9fb.tar.xz
nixpkgs-f64d767130152c7bc8136efcc589d7fc28a6d9fb.tar.zst
nixpkgs-f64d767130152c7bc8136efcc589d7fc28a6d9fb.zip
libxmp: Update to 4.3.8
Diffstat (limited to 'pkgs/development/libraries/libxmp')
-rw-r--r--pkgs/development/libraries/libxmp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libxmp/default.nix b/pkgs/development/libraries/libxmp/default.nix
index 7b4d3d6287a..4bc9e8ed1c4 100644
--- a/pkgs/development/libraries/libxmp/default.nix
+++ b/pkgs/development/libraries/libxmp/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "libxmp-4.2.7";
+  name = "libxmp-4.3.8";
 
   meta = with stdenv.lib; {
     description = "Extended module player library";
@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://sourceforge/xmp/libxmp/${name}.tar.gz";
-    sha256 = "1isv8498869w8wc18lagi1p40z4blx684r21j9cligkfyrmri536";
+    sha256 = "0h06091hlpgc6ds4pjmfq8sx4snw7av3nhny180q4pwfyasjb6ny";
   };
 }