ocamlPackages.fpath: 0.7.1 -> 0.7.2

This commit is contained in:
Vincent Laporte 2017-07-11 21:00:43 +00:00
parent 4a370d7fb9
commit 1d7aefd585

View File

@ -1,10 +1,10 @@
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, opam, topkg, astring }:
stdenv.mkDerivation {
name = "ocaml${ocaml.version}-fpath-0.7.1";
name = "ocaml${ocaml.version}-fpath-0.7.2";
src = fetchurl {
url = http://erratique.ch/software/fpath/releases/fpath-0.7.1.tbz;
sha256 = "05134ij27xjl6gaqsc65yl19vfj6cjxq3mbm9bf4mija8grdpn6g";
url = http://erratique.ch/software/fpath/releases/fpath-0.7.2.tbz;
sha256 = "1hr05d8bpqmqcfdavn4rjk9rxr7v2zl84866f5knjifrm60sxqic";
};
unpackCmd = "tar xjf $src";