about summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml/4.06.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2018-02-27 08:38:19 +0000
committerRobin Gloster <mail@glob.in>2018-03-01 14:57:06 +0100
commit504bf92ee20c1ab3fa5ced2a10fea19ccb115892 (patch)
treec570237a73684b2f93ea8f10ba591769538b36f6 /pkgs/development/compilers/ocaml/4.06.nix
parent56f1785e4b37d3ba5e38e2ced0cfc307e99eb3ea (diff)
ocaml: 4.06.0 -> 4.06.1
Diffstat (limited to 'pkgs/development/compilers/ocaml/4.06.nix')
-rw-r--r--pkgs/development/compilers/ocaml/4.06.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ocaml/4.06.nix b/pkgs/development/compilers/ocaml/4.06.nix
index b913d169e97ab..b54b8a6288fea 100644
--- a/pkgs/development/compilers/ocaml/4.06.nix
+++ b/pkgs/development/compilers/ocaml/4.06.nix
@@ -1,8 +1,8 @@
 import ./generic.nix {
   major_version = "4";
   minor_version = "06";
-  patch_version = "0";
-  sha256 = "1dy542yfnnw10zvh5s9qzswliq11mg7l0bcyss3501qw3vwvadhj";
+  patch_version = "1";
+  sha256 = "1n3pygfssd6nkrq876wszm5nm3v4605q4k16a66h1nmq9wvf01vg";
 
   # If the executable is stipped it does not work
   dontStrip = true;