about summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml/4.08.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-05-24 09:06:22 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2019-06-03 12:13:14 +0200
commitad3172922613f1dd0c16f0d0f67482955dbf916f (patch)
treed9673411a3a69f6838abbc82f6a8040b262daed1 /pkgs/development/compilers/ocaml/4.08.nix
parente4648997b5a7c9837d3ab0388bde35572880f827 (diff)
ocaml-ng.ocamlPackages_4_08.ocaml: 4.08.0+beta3 -> 4.08.0+rc1
Diffstat (limited to 'pkgs/development/compilers/ocaml/4.08.nix')
-rw-r--r--pkgs/development/compilers/ocaml/4.08.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ocaml/4.08.nix b/pkgs/development/compilers/ocaml/4.08.nix
index 53d4ceef92a79..a4172e8f2b7ca 100644
--- a/pkgs/development/compilers/ocaml/4.08.nix
+++ b/pkgs/development/compilers/ocaml/4.08.nix
@@ -1,8 +1,8 @@
 import ./generic.nix {
   major_version = "4";
   minor_version = "08";
-  patch_version = "0+beta3";
-  sha256 = "02pk4bxrgqb12hvpbxyqnl4nwr4g2h96wsfzfd1k8vj8h0jmxzc4";
+  patch_version = "0+rc1";
+  sha256 = "014yincnkfg0j2jy0cn30l5hb1y4sf2qf1gy9ix9ghgn32iw5ndk";
 
   # If the executable is stripped it does not work
   dontStrip = true;