ocamlPackages.ptime: 0.8.3 -> 0.8.4
This commit is contained in:
parent
846d8f8305
commit
562a264be4
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, buildOcaml, ocaml, findlib, ocamlbuild, topkg, result, js_of_ocaml }:
|
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, topkg, result, js_of_ocaml }:
|
||||||
|
|
||||||
buildOcaml rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.8.3";
|
version = "0.8.4";
|
||||||
name = "ptime";
|
name = "ocaml${ocaml.version}-ptime-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://erratique.ch/software/ptime/releases/ptime-${version}.tbz";
|
url = "http://erratique.ch/software/ptime/releases/ptime-${version}.tbz";
|
||||||
sha256 = "18jimskgnd9izg7kn6zk6sk35adgjm605dkv13plwslbb90kqr44";
|
sha256 = "0z2snhda8bg136xkw2msw6k2dz84vb49p8bgzrxfs8mawdlk0kkg";
|
||||||
};
|
};
|
||||||
|
|
||||||
unpackCmd = "tar -xf $curSrc";
|
unpackCmd = "tar -xf $curSrc";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user