ocamlPackages.topkg: 0.8.1 -> 0.9.1

This commit is contained in:
dywedir 2017-10-27 10:36:40 +03:00 committed by Vincent Laporte
parent eae5dfe134
commit a86e48acae

View file

@ -6,11 +6,11 @@ else
stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-topkg-${version}";
version = "0.8.1";
version = "0.9.1";
src = fetchurl {
url = "http://erratique.ch/software/topkg/releases/topkg-${version}.tbz";
sha256 = "18rrh6fmf708z7dd30amljmcgaypj3kk49jrmrj68r4wnw8004j8";
sha256 = "1slrzbmyp81xhgsfwwqs2d6gxzvqx0gcp34rq00h5iblhcq7myx6";
};
nativeBuildInputs = [ opam ];