ocamlPackages.ptime: 0.8.3 -> 0.8.4

+5 -5
+5 -5
pkgs/development/ocaml-modules/ptime/default.nix
··· 1 - { stdenv, fetchurl, buildOcaml, ocaml, findlib, ocamlbuild, topkg, result, js_of_ocaml }: 2 3 - buildOcaml rec { 4 - version = "0.8.3"; 5 - name = "ptime"; 6 7 src = fetchurl { 8 url = "http://erratique.ch/software/ptime/releases/ptime-${version}.tbz"; 9 - sha256 = "18jimskgnd9izg7kn6zk6sk35adgjm605dkv13plwslbb90kqr44"; 10 }; 11 12 unpackCmd = "tar -xf $curSrc";
··· 1 + { stdenv, fetchurl, ocaml, findlib, ocamlbuild, topkg, result, js_of_ocaml }: 2 3 + stdenv.mkDerivation rec { 4 + version = "0.8.4"; 5 + name = "ocaml${ocaml.version}-ptime-${version}"; 6 7 src = fetchurl { 8 url = "http://erratique.ch/software/ptime/releases/ptime-${version}.tbz"; 9 + sha256 = "0z2snhda8bg136xkw2msw6k2dz84vb49p8bgzrxfs8mawdlk0kkg"; 10 }; 11 12 unpackCmd = "tar -xf $curSrc";