ocaml: 5.4.0 → 5.4.1

This commit is contained in:
Vincent Laporte
2026-02-19 06:44:44 +01:00
parent 5afc938c45
commit e5ff56535f
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import ./generic.nix {
major_version = "5";
minor_version = "4";
patch_version = "0";
sha256 = "sha256-36qKLhHHmbwXZdi+9EkRQG7l9IAwJxkDgqk5+IyRImY=";
patch_version = "1";
sha256 = "sha256-seKXrcGGY1VAdY6wZMf6sCVZiuRDbzuXZ+UCUYi04Ks=";
}

View File

@@ -31,6 +31,7 @@
"5.2.1" = "5.3-502";
"5.3.0" = "5.6-503";
"5.4.0" = "5.6-504";
"5.4.1" = "5.6-504";
}
."${ocaml.version}",
}: