Skip to content

Commit 4a60c51

Browse files
committedJun 29, 2017
ocamlPackages.uunf: 2.0.0 -> 10.0.0
1 parent 10fe275 commit 4a60c51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ assert stdenv.lib.versionAtLeast ocaml.version "4.01";
88

99
stdenv.mkDerivation rec {
1010
name = "ocaml-${pname}-${version}";
11-
version = "2.0.0";
11+
version = "10.0.0";
1212

1313
src = fetchurl {
1414
url = "${webpage}/releases/${pname}-${version}.tbz";
15-
sha256 = "1i132168949vdc8magycgf9mdysf50vvr7zngnjl4vi3zdayq20c";
15+
sha256 = "0c5lwica5668ybsffllk6x4p921nw4pljimgqikhf17k5hvyjsbr";
1616
};
1717

1818
buildInputs = [ ocaml findlib ocamlbuild opam topkg uutf cmdliner ];

0 commit comments

Comments
 (0)
Please sign in to comment.