ocamlPackages.markup: 0.7.2 -> 0.7.3
This commit is contained in:
parent
bf1723a89b
commit
110a0fb028
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, uutf, lwt }:
|
{ stdenv, fetchzip, ocaml, findlib, ocamlbuild, uutf, lwt }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ocaml-markup";
|
pname = "markup";
|
||||||
version = "0.7.2";
|
version = "0.7.3";
|
||||||
name = "${pname}-${version}";
|
name = "ocaml${ocaml.version}-${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchzip {
|
||||||
url = "http://github.com/aantron/markup.ml/archive/${version}.tar.gz";
|
url = "http://github.com/aantron/markup.ml/archive/${version}.tar.gz";
|
||||||
sha256 = "0d3wi22v7h0iqzq8dgl0g4fj2wb67gvmbzdckacifghinrx762k3";
|
sha256 = "03vyv609a60azw8qs7v0kkmy4704hkzw7c3skpzax5krwgwcqfxj";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ocamlbuild ];
|
buildInputs = [ ocaml findlib ocamlbuild ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user