summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-07-08 11:39:14 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-07-08 12:22:55 +0200
commitff24bf1fb60f937cdf83725c684a6458fdf4f45f (patch)
tree45cd44f27e1905038c8f60d61985a6c2e3db5b5a /pkgs/development
parent9d526675368dd51134151b6cc3fd0e94a5b5c2bc (diff)
downloadnixlib-ff24bf1fb60f937cdf83725c684a6458fdf4f45f.tar
nixlib-ff24bf1fb60f937cdf83725c684a6458fdf4f45f.tar.gz
nixlib-ff24bf1fb60f937cdf83725c684a6458fdf4f45f.tar.bz2
nixlib-ff24bf1fb60f937cdf83725c684a6458fdf4f45f.tar.lz
nixlib-ff24bf1fb60f937cdf83725c684a6458fdf4f45f.tar.xz
nixlib-ff24bf1fb60f937cdf83725c684a6458fdf4f45f.tar.zst
nixlib-ff24bf1fb60f937cdf83725c684a6458fdf4f45f.zip
ocaml: 4.04.1 -> 4.04.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/ocaml/4.04.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ocaml/4.04.nix b/pkgs/development/compilers/ocaml/4.04.nix
index a63034d700d9..4f49bcf80728 100644
--- a/pkgs/development/compilers/ocaml/4.04.nix
+++ b/pkgs/development/compilers/ocaml/4.04.nix
@@ -1,8 +1,8 @@
 import ./generic.nix {
   major_version = "4";
   minor_version = "04";
-  patch_version = "1";
-  sha256 = "11f2kcldpad9h5ihi1crad5lvv2501iccb2g4c8m197fnjac8b12";
+  patch_version = "2";
+  sha256 = "0bhgjzi78l10824qga85nlh18jg9lb6aiamf9dah1cs6jhzfsn6i";
 
   # If the executable is stipped it does not work
   dontStrip = true;