Skip to content

Commit 5ab2a51

Browse files
committedJun 29, 2017
ocamlPackages.uucd: 4.0.0 -> 10.0.0
1 parent 52ecd54 commit 5ab2a51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ let
66
in
77
stdenv.mkDerivation rec {
88
name = "ocaml-${pname}-${version}";
9-
version = "4.0.0";
9+
version = "10.0.0";
1010

1111
src = fetchurl {
1212
url = "${webpage}/releases/${pname}-${version}.tbz";
13-
sha256 = "11cjfwa4wjhsyvzq4wl9z44xi28n49drz8nbfpx754vyfzwj3yc6";
13+
sha256 = "0cdyg6vaic4n58w80qriwvaq1c40ng3fh74ilxrwajbq163k055q";
1414
};
1515

1616
buildInputs = [ ocaml findlib ocamlbuild opam topkg ];

0 commit comments

Comments
 (0)
Please sign in to comment.