From ab4291249896e8996e4ae523f5e33a6da2f6e4b3 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Thu, 23 Jul 2015 19:29:35 +0200 Subject: [PATCH] ocaml-macaque: 0.7.1 -> 0.7.2 --- pkgs/development/ocaml-modules/macaque/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/development/ocaml-modules/macaque/default.nix b/pkgs/development/ocaml-modules/macaque/default.nix index f2d13ad1f13..99c2a292fe8 100644 --- a/pkgs/development/ocaml-modules/macaque/default.nix +++ b/pkgs/development/ocaml-modules/macaque/default.nix @@ -1,10 +1,10 @@ -{stdenv, fetchurl, ocaml, findlib, pgocaml, camlp4}: +{ stdenv, fetchzip, ocaml, findlib, pgocaml, camlp4 }: stdenv.mkDerivation { - name = "ocaml-macaque-0.7.1"; - src = fetchurl { - url = https://github.com/ocsigen/macaque/archive/0.7.1.tar.gz; - sha256 = "0wnq3pgpcrfpivr8j7p827rhag6hdx0yr0bdvma0hw1g30vwf9qa"; + name = "ocaml-macaque-0.7.2"; + src = fetchzip { + url = https://github.com/ocsigen/macaque/archive/0.7.2.tar.gz; + sha256 = "14i0a8cndzndjmlkyhf31r451q99cnkndgxcj0id4qjqhdl4bmjv"; }; buildInputs = [ ocaml findlib camlp4 ];