mono: update to 2.11.4

Just to have a newer version.
This commit is contained in:
Lluís Batlle i Rossell 2013-04-08 11:52:27 +02:00
parent 75e5cbde79
commit 0ccd57bcd6

View File

@ -1,10 +1,10 @@
{stdenv, fetchurl, bison, pkgconfig, glib, gettext, perl, libgdiplus}: {stdenv, fetchurl, bison, pkgconfig, glib, gettext, perl, libgdiplus}:
stdenv.mkDerivation { stdenv.mkDerivation rec {
name = "mono-2.10.8.1"; name = "mono-2.11.4";
src = fetchurl { src = fetchurl {
url = http://download.mono-project.com/sources/mono/mono-2.10.8.1.tar.gz; url = "http://download.mono-project.com/sources/mono/${name}.tar.bz2";
sha256 = "0h4hdj99qg0nsg5260izwaybs59wysf7y399kffhg43fidpndz0x"; sha256 = "0wv8pnj02mq012sihx2scx0avyw51b5wb976wn7x86zda0vfcsnr";
}; };
buildInputs = [bison pkgconfig glib gettext perl libgdiplus]; buildInputs = [bison pkgconfig glib gettext perl libgdiplus];