libmikmod: 3.3.10 -> 3.3.11

This commit is contained in:
Franz Pletz 2017-06-20 07:20:41 +02:00
parent c2a271e825
commit 7bddc28176
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.10";
name = "libmikmod-3.3.11";
src = fetchurl {
url = "mirror://sourceforge/mikmod/${name}.tar.gz";
sha256 = "0j7g4jpa2zgzw7x6s3rldypa7zlwjvn97rwx0sylx1iihhlzbcq0";
sha256 = "1smb291jr4qm2cdk3gfpmh0pr23rx3jw3fw0j1zr3b4ih7727fni";
};
buildInputs = [ texinfo ]