Merge pull request #7927 from vbgl/fsharp-3.1.1.32

fsharp: update from 3.1.1.31 to 3.1.1.32
This commit is contained in:
Arseniy Seroka 2015-05-21 22:56:14 +03:00
commit 08c39465b1

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "fsharp-${version}";
version = "3.1.1.31";
version = "3.1.1.32";
src = fetchurl {
url = "https://github.com/fsharp/fsharp/archive/${version}.tar.gz";
sha256 = "1c38jpisnh8slqaaw1bsccxgllpc6yivrpb86raw4xalcbsc6fcv";
sha256 = "16kqgdx0y0lmxv59mc4g7l5ll60nixg5b8bg07vxfnqrf7i6dffd";
};
buildInputs = [ mono pkgconfig autoconf automake which ];