fsharp: update from 3.1.1.26 to 3.1.1.31

This commit is contained in:
Vincent Laporte 2014-11-02 12:04:53 +00:00
parent 46e3a701a5
commit 038c7b3fbb

View File

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