ocamlPackages.markup: 0.7.3 -> 0.7.4
This commit is contained in:
parent
6f48e4d99d
commit
34d78bc312
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "markup";
|
pname = "markup";
|
||||||
version = "0.7.3";
|
version = "0.7.4";
|
||||||
name = "ocaml${ocaml.version}-${pname}-${version}";
|
name = "ocaml${ocaml.version}-${pname}-${version}";
|
||||||
|
|
||||||
src = fetchzip {
|
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 = "03vyv609a60azw8qs7v0kkmy4704hkzw7c3skpzax5krwgwcqfxj";
|
sha256 = "1hchlqzsy9pax91gcdmxzakfm22fbvhxzwyzpvz8fqkx4372zs37";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ocamlbuild ];
|
buildInputs = [ ocaml findlib ocamlbuild ];
|
||||||
|
Loading…
Reference in New Issue
Block a user