ocamlPackages.topkg: 0.7.8 -> 0.8.1
This commit is contained in:
parent
b8b7832219
commit
c4a2bd4668
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ocaml${ocaml.version}-topkg-${version}";
|
name = "ocaml${ocaml.version}-topkg-${version}";
|
||||||
version = "0.7.8";
|
version = "0.8.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://erratique.ch/software/topkg/releases/topkg-${version}.tbz";
|
url = "http://erratique.ch/software/topkg/releases/topkg-${version}.tbz";
|
||||||
sha256 = "029lbmabczpmcgkj53mc20vmpcn3f7rf7xms4xf0nywswfzsash6";
|
sha256 = "18rrh6fmf708z7dd30amljmcgaypj3kk49jrmrj68r4wnw8004j8";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ opam ];
|
nativeBuildInputs = [ opam ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user