From 2702f01ee91b264e623ed762c34f3f2d390b3987 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sun, 4 Oct 2015 01:17:33 +0200 Subject: ocaml-twt: 0.93.2 -> 0.94.0 --- pkgs/development/ocaml-modules/twt/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgs/development/ocaml-modules/twt') diff --git a/pkgs/development/ocaml-modules/twt/default.nix b/pkgs/development/ocaml-modules/twt/default.nix index 0dc7170552ce..4ddbc6705a57 100644 --- a/pkgs/development/ocaml-modules/twt/default.nix +++ b/pkgs/development/ocaml-modules/twt/default.nix @@ -1,11 +1,11 @@ -{stdenv, fetchurl, ocaml, findlib }: +{ stdenv, fetchzip, ocaml, findlib }: stdenv.mkDerivation { - name = "ocaml-twt-0.93.2"; + name = "ocaml-twt-0.94.0"; - src = fetchurl { - url = https://github.com/mlin/twt/archive/v0.93.2.tar.gz; - sha256 = "aec091fbd1e6c4d252cf9664237418b4bc8c7d6b7a17475589be78365397e768"; + src = fetchzip { + url = https://github.com/mlin/twt/archive/v0.94.0.tar.gz; + sha256 = "0298gdgzl4cifxnc1d8sbrvz1lkiq5r5ifkq1fparm6gvqywpf65"; }; buildInputs = [ ocaml findlib ]; -- cgit 1.4.1