Skip to content

Commit ccd6676

Browse files
committed
ocaml: 5.2.0 → 5.2.1
1 parent 415ef7a commit ccd6676

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import ./generic.nix {
22
major_version = "5";
33
minor_version = "2";
4-
patch_version = "0";
5-
sha256 = "sha256-L0v0efUUefm/jH8WlKbqcza793T0rW2mtZ0a1JOd2Kc=";
4+
patch_version = "1";
5+
sha256 = "sha256-Bs2noj15wdOzazqnKDpe1YeY3dhx8sJpcSYR3Gn1c7I=";
66
}

pkgs/development/tools/ocaml/merlin/4.x.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"5.1.0" = "4.17.1-501";
2626
"5.1.1" = "4.17.1-501";
2727
"5.2.0" = "5.2.1-502";
28+
"5.2.1" = "5.2.1-502";
2829
}."${ocaml.version}"
2930
}:
3031

0 commit comments

Comments
 (0)