ocamlPackages.topkg: 0.8.1 -> 0.9.1
This commit is contained in:
parent
eae5dfe134
commit
a86e48acae
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user