diff --git a/pkgs/development/ocaml-modules/sequence/default.nix b/pkgs/development/ocaml-modules/sequence/default.nix index a87a13fd396..ae973178d13 100644 --- a/pkgs/development/ocaml-modules/sequence/default.nix +++ b/pkgs/development/ocaml-modules/sequence/default.nix @@ -1,6 +1,6 @@ { stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, qtest, ounit }: -let version = "0.6"; in +let version = "0.8"; in stdenv.mkDerivation { name = "ocaml-sequence-${version}"; @@ -9,7 +9,7 @@ stdenv.mkDerivation { owner = "c-cube"; repo = "sequence"; rev = "${version}"; - sha256 = "0mky5qas3br2x4y14dzcky212z624ydqnx8mw8w00x0c1xjpafkb"; + sha256 = "1y9nkz6g4plnbk1pcdbvs7f719r48zxrp3gsaxyq1vg98i9h8qr3"; }; buildInputs = [ ocaml findlib ocamlbuild qtest ounit ];