1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

ocamlPackages.labltk: add version 8.06.14 for OCaml 5.2

This commit is contained in:
Vincent Laporte 2024-08-19 08:11:28 +02:00 committed by Vincent Laporte
parent d049c8d1cc
commit 2becde3c19

View file

@ -50,6 +50,10 @@ let
version = "8.06.13";
sha256 = "sha256-Vpf13g3DEWlUI5aypiowGp2fkQPK0cOGv2XiRUY/Ip4=";
};
"5.2" = mkNewParam {
version = "8.06.14";
sha256 = "sha256-eVSQetk+i3KObjHfsvnD615cIsq3aZ7IxycX42cuPIU=";
};
};
param = params . ${lib.versions.majorMinor ocaml.version}
or (throw "labltk is not available for OCaml ${ocaml.version}");