summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-11-29 05:32:55 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2022-12-05 20:46:40 +0100
commit929771b9ed06bc8405647267101fb75dec43cc03 (patch)
tree4f74877f104357af65d5dfc03066d0ae1044571e /pkgs/development/compilers/ocaml
parenta5f661b80e4c163510a5013b585a040a5c7ef55e (diff)
downloadnixpkgs-929771b9ed06bc8405647267101fb75dec43cc03.tar
nixpkgs-929771b9ed06bc8405647267101fb75dec43cc03.tar.gz
nixpkgs-929771b9ed06bc8405647267101fb75dec43cc03.tar.bz2
nixpkgs-929771b9ed06bc8405647267101fb75dec43cc03.tar.lz
nixpkgs-929771b9ed06bc8405647267101fb75dec43cc03.tar.xz
nixpkgs-929771b9ed06bc8405647267101fb75dec43cc03.tar.zst
nixpkgs-929771b9ed06bc8405647267101fb75dec43cc03.zip
ocaml-ng.ocamlPackages_5_0: 5.0.0-β1 → 5.0.0-β2
Diffstat (limited to 'pkgs/development/compilers/ocaml')
-rw-r--r--pkgs/development/compilers/ocaml/5.0.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/ocaml/5.0.nix b/pkgs/development/compilers/ocaml/5.0.nix
index a36b3e31a42..f469be56445 100644
--- a/pkgs/development/compilers/ocaml/5.0.nix
+++ b/pkgs/development/compilers/ocaml/5.0.nix
@@ -1,9 +1,9 @@
 import ./generic.nix {
   major_version = "5";
   minor_version = "0";
-  patch_version = "0-beta1";
+  patch_version = "0-beta2";
   src = fetchTarball {
-    url = "https://caml.inria.fr/pub/distrib/ocaml-5.0/ocaml-5.0.0~beta1.tar.xz";
-    sha256 = "sha256:1kwb53ra5qbwiiyrx5da7l5mqkjf0fr3rqgkrm3wr83l25scimj4";
+    url = "https://caml.inria.fr/pub/distrib/ocaml-5.0/ocaml-5.0.0~beta2.tar.xz";
+    sha256 = "sha256:1r76a3wadidca9306wkkcxdh5l0rk93pc6xmbs46cc1jfm6pgwas";
   };
 }