Merge pull request #61863 from r-ryantm/auto-update/ocaml4.06.1-ptime
ocamlPackages.ptime: 0.8.4 -> 0.8.5
This commit is contained in:
commit
b9e45cec99
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, topkg, result, js_of_ocaml }:
|
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, topkg, result, js_of_ocaml }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.8.4";
|
version = "0.8.5";
|
||||||
name = "ocaml${ocaml.version}-ptime-${version}";
|
name = "ocaml${ocaml.version}-ptime-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://erratique.ch/software/ptime/releases/ptime-${version}.tbz";
|
url = "https://erratique.ch/software/ptime/releases/ptime-${version}.tbz";
|
||||||
sha256 = "0z2snhda8bg136xkw2msw6k2dz84vb49p8bgzrxfs8mawdlk0kkg";
|
sha256 = "1fxq57xy1ajzfdnvv5zfm7ap2nf49znw5f9gbi4kb9vds942ij27";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ocamlbuild topkg js_of_ocaml ];
|
buildInputs = [ ocaml findlib ocamlbuild topkg js_of_ocaml ];
|
||||||
|
Loading…
Reference in New Issue
Block a user