about summary refs log tree commit diff
path: root/pkgs/development/compilers/ocaml/5.0.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2022-10-15 16:41:15 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2022-10-22 12:09:49 +0200
commit7e591f949ecabda439f8b9a52ba764274a706412 (patch)
tree776b2bd357dd612cd73121c954500e2e45a785d0 /pkgs/development/compilers/ocaml/5.0.nix
parenteb569423a73c69031fe8964cc1bbe2e4297167e3 (diff)
ocaml-ng.ocamlPackages_5_0.ocaml: init at 5.0.0-β1
Diffstat (limited to 'pkgs/development/compilers/ocaml/5.0.nix')
-rw-r--r--pkgs/development/compilers/ocaml/5.0.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/development/compilers/ocaml/5.0.nix b/pkgs/development/compilers/ocaml/5.0.nix
new file mode 100644
index 0000000000000..a36b3e31a427f
--- /dev/null
+++ b/pkgs/development/compilers/ocaml/5.0.nix
@@ -0,0 +1,9 @@
+import ./generic.nix {
+  major_version = "5";
+  minor_version = "0";
+  patch_version = "0-beta1";
+  src = fetchTarball {
+    url = "https://caml.inria.fr/pub/distrib/ocaml-5.0/ocaml-5.0.0~beta1.tar.xz";
+    sha256 = "sha256:1kwb53ra5qbwiiyrx5da7l5mqkjf0fr3rqgkrm3wr83l25scimj4";
+  };
+}