Updating mono.
svn path=/nixpkgs/trunk/; revision=31262
This commit is contained in:
parent
ec8e23cc97
commit
fb0d088b33
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, bison, pkgconfig, glib, gettext, perl}:
|
{stdenv, fetchurl, bison, pkgconfig, glib, gettext, perl}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "mono-2.8";
|
name = "mono-2.10.8.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://ftp.novell.com/pub/mono/sources/mono/mono-2.8.tar.bz2;
|
url = http://download.mono-project.com/sources/mono/mono-2.10.8.1.tar.gz;
|
||||||
sha256 = "04bivxg90mmihkp72sjshl4ijbjcbl9f6hdgm476zy794g5rwd78";
|
sha256 = "0h4hdj99qg0nsg5260izwaybs59wysf7y399kffhg43fidpndz0x";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [bison pkgconfig glib gettext perl];
|
buildInputs = [bison pkgconfig glib gettext perl];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user