ocamlPackages.lwt: 5.4.0 → 5.4.1
(cherry picked from commit 13e6c217524f53e44e65a55d58461b12fadc2043)
This commit is contained in:
parent
0d40179fd4
commit
9420363b95
|
@ -8,13 +8,13 @@ let inherit (lib) optional versionAtLeast; in
|
|||
|
||||
buildDunePackage rec {
|
||||
pname = "lwt";
|
||||
version = "5.4.0";
|
||||
version = "5.4.1";
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/ocsigen/${pname}/archive/${version}.tar.gz";
|
||||
sha256 = "1ay1zgadnw19r9hl2awfjr22n37l7rzxd9v73pjbahavwm2ay65d";
|
||||
sha256 = "0cq2qy23sa1a5zk6nja3c652mp29i84yfrkcwks6i8sdqwli36jy";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
|
Loading…
Reference in New Issue