Skip to content

Commit

Permalink
ocamlPackages.eliom: 6.0.0 -> 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentBecker authored and vbgl committed Mar 17, 2017
1 parent 66e54f2 commit e3a77dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/eliom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ assert stdenv.lib.versionAtLeast ocaml.version "4.02";
stdenv.mkDerivation rec
{
pname = "eliom";
version = "6.0.0";
version = "6.2.0";
name = "${pname}-${version}";

src = fetchurl {
url = "https://github.com/ocsigen/eliom/archive/${version}.tar.gz";
sha256 = "1yaqi5fdzvi2ga412chw5rk3533a3xamwfmias1crk793d43cmpc";
sha256 = "01c4l982ld6d1ndhb6f15ldb2li7mv0bs279d5gs99mpiwsapadx";
};

patches = [ ./camlp4.patch ];
Expand Down

0 comments on commit e3a77dd

Please sign in to comment.