Skip to content

Commit

Permalink
ocamlPackages.ocaml_extlib: 1.7.6 -> 1.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 28, 2020
1 parent be36f6f commit c165a6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/ocaml-modules/extlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "3.11";

stdenv.mkDerivation {
name = "ocaml${ocaml.version}-extlib-1.7.6";
name = "ocaml${ocaml.version}-extlib-1.7.7";

src = fetchurl {
url = "http://ygrek.org.ua/p/release/ocaml-extlib/extlib-1.7.6.tar.gz";
sha256 = "0wfs20v1yj5apdbj7214wdsr17ayh0qqq7ihidndvc8nmmwfa1dz";
url = "http://ygrek.org.ua/p/release/ocaml-extlib/extlib-1.7.7.tar.gz";
sha256 = "1sxmzc1mx3kg62j8kbk0dxkx8mkf1rn70h542cjzrziflznap0s1";
};

buildInputs = [ ocaml findlib cppo ];
Expand Down

0 comments on commit c165a6e

Please sign in to comment.