libmikmod and mikmod: update the former to 3.2.0, and add mikmod.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{ stdenv, fetchurl, texinfo }:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libmikmod-3.1.12";
|
||||
name = "libmikmod-3.2.0";
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/mikmod/${name}.tar.gz";
|
||||
sha256 = "0cpwpl0iqd5zsdwshw69arzlwp883bkmkx41wf3fzrh60dw2n6l9";
|
||||
url = "http://mikmod.shlomifish.org/files/${name}.tar.gz";
|
||||
sha256 = "07k6iyx6pyzisncgdkd071w2dhm3rx6l34hbja3wbc7rpf888k3k";
|
||||
};
|
||||
buildInputs = [ texinfo ];
|
||||
meta = {
|
||||
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
A library for playing tracker music module files supporting many formats,
|
||||
including MOD, S3M, IT and XM.
|
||||
'';
|
||||
homepage = http://mikmod.raphnet.net/;
|
||||
homepage = http://mikmod.shlomifish.org/;
|
||||
license = "LGPLv2+";
|
||||
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
|
||||
Reference in New Issue
Block a user