summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2018-07-14 18:25:44 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2018-07-23 07:24:25 +0000
commit6ca8f06b5bdd59e2bb3d836ec9b8a4d11ae69c04 (patch)
tree2e2e292efc6defa2f50808669e2f09da25d69532 /pkgs/development/compilers/ocaml
parentd4d5f8ecede7374e49273d835c3a32ade26490e5 (diff)
downloadnixpkgs-6ca8f06b5bdd59e2bb3d836ec9b8a4d11ae69c04.tar
nixpkgs-6ca8f06b5bdd59e2bb3d836ec9b8a4d11ae69c04.tar.gz
nixpkgs-6ca8f06b5bdd59e2bb3d836ec9b8a4d11ae69c04.tar.bz2
nixpkgs-6ca8f06b5bdd59e2bb3d836ec9b8a4d11ae69c04.tar.lz
nixpkgs-6ca8f06b5bdd59e2bb3d836ec9b8a4d11ae69c04.tar.xz
nixpkgs-6ca8f06b5bdd59e2bb3d836ec9b8a4d11ae69c04.tar.zst
nixpkgs-6ca8f06b5bdd59e2bb3d836ec9b8a4d11ae69c04.zip
ocaml-4.07: 4.07.0+rc1 -> 4.07.0
Diffstat (limited to 'pkgs/development/compilers/ocaml')
-rw-r--r--pkgs/development/compilers/ocaml/4.07.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/ocaml/4.07.nix b/pkgs/development/compilers/ocaml/4.07.nix
index 5a3e75e648d..19b9626f4e8 100644
--- a/pkgs/development/compilers/ocaml/4.07.nix
+++ b/pkgs/development/compilers/ocaml/4.07.nix
@@ -1,8 +1,8 @@
 import ./generic.nix {
   major_version = "4";
   minor_version = "07";
-  patch_version = "0+rc1";
-  sha256 = "0ggzh078k68na2mahj3nrqkl57i1iv9aymlz8mmlcd8hbvp1fcn8";
+  patch_version = "0";
+  sha256 = "03wzkzv6w4rdiiva20g5amz0n4x75swpjl8d80468p6zm8hgfnzl";
 
   # If the executable is stripped it does not work
   dontStrip = true;