ocamlPackages.lwt: 5.4.0 → 5.4.1

(cherry picked from commit 13e6c217524f53e44e65a55d58461b12fadc2043)
This commit is contained in:
Vincent Laporte 2021-06-02 07:46:37 +02:00 committed by Vincent Laporte
parent 0d40179fd4
commit 9420363b95
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@ let inherit (lib) optional versionAtLeast; in
buildDunePackage rec { buildDunePackage rec {
pname = "lwt"; pname = "lwt";
version = "5.4.0"; version = "5.4.1";
useDune2 = true; useDune2 = true;
src = fetchzip { src = fetchzip {
url = "https://github.com/ocsigen/${pname}/archive/${version}.tar.gz"; url = "https://github.com/ocsigen/${pname}/archive/${version}.tar.gz";
sha256 = "1ay1zgadnw19r9hl2awfjr22n37l7rzxd9v73pjbahavwm2ay65d"; sha256 = "0cq2qy23sa1a5zk6nja3c652mp29i84yfrkcwks6i8sdqwli36jy";
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];