From ca6391a7c4abb4497aed1eeb5c0afbe32a822dd4 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Fri, 14 Feb 2020 07:18:32 +0100 Subject: [PATCH] =?UTF-8?q?ocaml-ng.ocamlPackages=5F4=5F10.ocaml:=204.10.0?= =?UTF-8?q?+rc1=20=E2=86=92=204.10.0+rc2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/compilers/ocaml/4.10.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/compilers/ocaml/4.10.nix b/pkgs/development/compilers/ocaml/4.10.nix index 046ea84a0d8..234b2c44631 100644 --- a/pkgs/development/compilers/ocaml/4.10.nix +++ b/pkgs/development/compilers/ocaml/4.10.nix @@ -1,6 +1,6 @@ import ./generic.nix { major_version = "4"; minor_version = "10"; - patch_version = "0+rc1"; - sha256 = "1nzmn9wszixsyzz4bhpwqw8dx0m1iy83xmanp4g9f5dfywgcss2c"; + patch_version = "0+rc2"; + sha256 = "1iv8x9xr4k2s1x1p4rj4fqdh2iwzhgi56lyshvh6gg224i14rkbz"; }