Skip to content

Commit

Permalink
ocamlPackages.lwt: 5.8.0 -> 5.9.0 (NixOS#361430)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 20, 2024
2 parents e83f1d2 + 46ac60f commit 2b4f91d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/lwt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

buildDunePackage rec {
pname = "lwt";
version = "5.8.0";
version = "5.9.0";

minimalOCamlVersion = "4.08";

src = fetchFromGitHub {
owner = "ocsigen";
repo = "lwt";
rev = version;
hash = "sha256-GX5CSJuTajvZJ0TgG95aHeOCBi2B9Aw2URLZRCdp91A=";
hash = "sha256-xYF+f489RI/nY0J48qW0jtq5GEnk68QnwxzBV2TLmLk=";
};

nativeBuildInputs = [ cppo ];
Expand Down

0 comments on commit 2b4f91d

Please sign in to comment.