ocamlPackages.fpath: 0.7.1 -> 0.7.2
This commit is contained in:
parent
4a370d7fb9
commit
1d7aefd585
@ -1,10 +1,10 @@
|
|||||||
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, opam, topkg, astring }:
|
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, opam, topkg, astring }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml${ocaml.version}-fpath-0.7.1";
|
name = "ocaml${ocaml.version}-fpath-0.7.2";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://erratique.ch/software/fpath/releases/fpath-0.7.1.tbz;
|
url = http://erratique.ch/software/fpath/releases/fpath-0.7.2.tbz;
|
||||||
sha256 = "05134ij27xjl6gaqsc65yl19vfj6cjxq3mbm9bf4mija8grdpn6g";
|
sha256 = "1hr05d8bpqmqcfdavn4rjk9rxr7v2zl84866f5knjifrm60sxqic";
|
||||||
};
|
};
|
||||||
|
|
||||||
unpackCmd = "tar xjf $src";
|
unpackCmd = "tar xjf $src";
|
||||||
|
Loading…
Reference in New Issue
Block a user