We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415ef7a commit ccd6676Copy full SHA for ccd6676
pkgs/development/compilers/ocaml/5.2.nix
@@ -1,6 +1,6 @@
1
import ./generic.nix {
2
major_version = "5";
3
minor_version = "2";
4
- patch_version = "0";
5
- sha256 = "sha256-L0v0efUUefm/jH8WlKbqcza793T0rW2mtZ0a1JOd2Kc=";
+ patch_version = "1";
+ sha256 = "sha256-Bs2noj15wdOzazqnKDpe1YeY3dhx8sJpcSYR3Gn1c7I=";
6
}
pkgs/development/tools/ocaml/merlin/4.x.nix
@@ -25,6 +25,7 @@
25
"5.1.0" = "4.17.1-501";
26
"5.1.1" = "4.17.1-501";
27
"5.2.0" = "5.2.1-502";
28
+ "5.2.1" = "5.2.1-502";
29
}."${ocaml.version}"
30
}:
31
0 commit comments