ocaml-macaque: 0.7.1 -> 0.7.2

This commit is contained in:
Vincent Laporte 2015-07-23 19:29:35 +02:00
parent 5f6dd482ac
commit ab42912498

View File

@ -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 ];