Skip to content

Commit 1d7aefd

Browse files
committedJul 11, 2017
ocamlPackages.fpath: 0.7.1 -> 0.7.2
1 parent 4a370d7 commit 1d7aefd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/development/ocaml-modules/fpath/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, opam, topkg, astring }:
22

33
stdenv.mkDerivation {
4-
name = "ocaml${ocaml.version}-fpath-0.7.1";
4+
name = "ocaml${ocaml.version}-fpath-0.7.2";
55
src = fetchurl {
6-
url = http://erratique.ch/software/fpath/releases/fpath-0.7.1.tbz;
7-
sha256 = "05134ij27xjl6gaqsc65yl19vfj6cjxq3mbm9bf4mija8grdpn6g";
6+
url = http://erratique.ch/software/fpath/releases/fpath-0.7.2.tbz;
7+
sha256 = "1hr05d8bpqmqcfdavn4rjk9rxr7v2zl84866f5knjifrm60sxqic";
88
};
99

1010
unpackCmd = "tar xjf $src";

0 commit comments

Comments
 (0)
Please sign in to comment.