summary refs log tree commit diff
path: root/pkgs/development/compilers/fsharp
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-05-20 19:17:17 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-05-21 20:12:34 +0200
commit7689f0b6738646c8a464d5e31805bd691dfb6333 (patch)
treeb1d6942c53cec21b61d291d790445c4e10436bdc /pkgs/development/compilers/fsharp
parenta65bba1e2796dffcea4621388b05f21897b69155 (diff)
downloadnixlib-7689f0b6738646c8a464d5e31805bd691dfb6333.tar
nixlib-7689f0b6738646c8a464d5e31805bd691dfb6333.tar.gz
nixlib-7689f0b6738646c8a464d5e31805bd691dfb6333.tar.bz2
nixlib-7689f0b6738646c8a464d5e31805bd691dfb6333.tar.lz
nixlib-7689f0b6738646c8a464d5e31805bd691dfb6333.tar.xz
nixlib-7689f0b6738646c8a464d5e31805bd691dfb6333.tar.zst
nixlib-7689f0b6738646c8a464d5e31805bd691dfb6333.zip
fsharp: update from 3.1.1.31 to 3.1.1.32
Diffstat (limited to 'pkgs/development/compilers/fsharp')
-rw-r--r--pkgs/development/compilers/fsharp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/fsharp/default.nix b/pkgs/development/compilers/fsharp/default.nix
index f1161dd4dd16..82742cf9af69 100644
--- a/pkgs/development/compilers/fsharp/default.nix
+++ b/pkgs/development/compilers/fsharp/default.nix
@@ -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 ];