From 0d70a4119b088358c514f52a0fdc25496f8828e1 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Thu, 26 Jan 2023 05:28:49 +0100 Subject: [PATCH] topkg: 1.0.3 -> 1.0.5 --- pkgs/development/ocaml-modules/topkg/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/topkg/default.nix b/pkgs/development/ocaml-modules/topkg/default.nix index 10104228c83..a62cd9152ae 100644 --- a/pkgs/development/ocaml-modules/topkg/default.nix +++ b/pkgs/development/ocaml-modules/topkg/default.nix @@ -9,7 +9,10 @@ build system is required, the attribute `run` can be used. let param = - if lib.versionAtLeast ocaml.version "4.03" then { + if lib.versionAtLeast ocaml.version "4.05" then { + version = "1.0.5"; + sha256 = "sha256-RSCCYm5lGsSxYzwrSuTK16vrH7ahMEbmmfle7Fi10cc="; + } else if lib.versionAtLeast ocaml.version "4.03" then { version = "1.0.3"; sha256 = "0b77gsz9bqby8v77kfi4lans47x9p2lmzanzwins5r29maphb8y6"; } else {