libmikmod: 3.3.7 -> 3.3.10

This commit is contained in:
Franz Pletz 2016-10-13 03:11:39 +02:00
parent e50be9ff75
commit f7454f6a15
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -4,10 +4,10 @@ let
inherit (stdenv.lib) optional optionals optionalString;
in stdenv.mkDerivation rec {
name = "libmikmod-3.3.7";
name = "libmikmod-3.3.10";
src = fetchurl {
url = "mirror://sourceforge/mikmod/${name}.tar.gz";
sha256 = "18nrkf5l50hfg0y50yxr7bvik9f002lhn8c00nbcp6dgm5011x2c";
sha256 = "0j7g4jpa2zgzw7x6s3rldypa7zlwjvn97rwx0sylx1iihhlzbcq0";
};
buildInputs = [ texinfo ]