ocaml-macaque: 0.7.1 -> 0.7.2
This commit is contained in:
parent
5f6dd482ac
commit
ab42912498
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, ocaml, findlib, pgocaml, camlp4}:
|
{ stdenv, fetchzip, ocaml, findlib, pgocaml, camlp4 }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml-macaque-0.7.1";
|
name = "ocaml-macaque-0.7.2";
|
||||||
src = fetchurl {
|
src = fetchzip {
|
||||||
url = https://github.com/ocsigen/macaque/archive/0.7.1.tar.gz;
|
url = https://github.com/ocsigen/macaque/archive/0.7.2.tar.gz;
|
||||||
sha256 = "0wnq3pgpcrfpivr8j7p827rhag6hdx0yr0bdvma0hw1g30vwf9qa";
|
sha256 = "14i0a8cndzndjmlkyhf31r451q99cnkndgxcj0id4qjqhdl4bmjv";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib camlp4 ];
|
buildInputs = [ ocaml findlib camlp4 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user