mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
ocamlPackages.lwt4: 4.4.0 → 4.5.0
This commit is contained in:
parent
7596dfeb9a
commit
21b4edc6a0
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ let inherit (lib) optional versionAtLeast; in
|
|||
|
||||
buildDunePackage rec {
|
||||
pname = "lwt";
|
||||
version = "4.4.0";
|
||||
version = "4.5.0";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/ocsigen/${pname}/archive/${version}.tar.gz";
|
||||
sha256 = "1l97zdcql7y13fhaq0m9n9xvxf712jg0w70r72fvv6j49xm4nlhi";
|
||||
sha256 = "0l836z5zr38969bi77aga7ismj4wb01i3ffxf5v59jsgd3g44r2w";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue