Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ocamlPackages.topkg: 1.0.5 → 1.0.7

authored by Vincent Laporte and committed by Vincent Laporte f3a5ac03 e4de508b

+2 -2
+2 -2
pkgs/development/ocaml-modules/topkg/default.nix
··· 10 10 let 11 11 param = 12 12 if lib.versionAtLeast ocaml.version "4.05" then { 13 - version = "1.0.5"; 14 - sha256 = "sha256-RSCCYm5lGsSxYzwrSuTK16vrH7ahMEbmmfle7Fi10cc="; 13 + version = "1.0.7"; 14 + sha256 = "sha256-X8Iq0/OtbRJ8sSRdGFgIgUeNotbeULIxXm3UWGxSvhk="; 15 15 } else if lib.versionAtLeast ocaml.version "4.03" then { 16 16 version = "1.0.3"; 17 17 sha256 = "0b77gsz9bqby8v77kfi4lans47x9p2lmzanzwins5r29maphb8y6";