nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

[Backport release-25.11] ocamlPackages.labltk: add version 8.06.16 for OCaml 5.4 (#501554)

authored by

Vincent Laporte and committed by
GitHub
4590696c 1df45d68

+4
+4
pkgs/development/ocaml-modules/labltk/default.nix
··· 81 81 version = "8.06.15"; 82 82 sha256 = "sha256-I/y5qr5sasCtlrwxL/Lex79rg0o4tzDMBmQY7MdpU2w="; 83 83 }; 84 + "5.4" = mkNewParam { 85 + version = "8.06.16"; 86 + sha256 = "sha256-T+5x6nfxrJh4NEMCPFY/9AMug2oqxNl4CGw1lRy9ne4="; 87 + }; 84 88 }; 85 89 param = 86 90 params.${lib.versions.majorMinor ocaml.version}