mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
mono: update to 2.11.4
Just to have a newer version.
This commit is contained in:
parent
75e5cbde79
commit
0ccd57bcd6
@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl, bison, pkgconfig, glib, gettext, perl, libgdiplus}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "mono-2.10.8.1";
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mono-2.11.4";
|
||||
src = fetchurl {
|
||||
url = http://download.mono-project.com/sources/mono/mono-2.10.8.1.tar.gz;
|
||||
sha256 = "0h4hdj99qg0nsg5260izwaybs59wysf7y399kffhg43fidpndz0x";
|
||||
url = "http://download.mono-project.com/sources/mono/${name}.tar.bz2";
|
||||
sha256 = "0wv8pnj02mq012sihx2scx0avyw51b5wb976wn7x86zda0vfcsnr";
|
||||
};
|
||||
|
||||
buildInputs = [bison pkgconfig glib gettext perl libgdiplus];
|
||||
|
Loading…
Reference in New Issue
Block a user