ocamlPackages.camlp5: 7.08 → 7.10

This commit is contained in:
Vincent Laporte 2019-09-21 03:35:39 +00:00
parent abbb9ea848
commit 0c0e63d211
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation {
name = "camlp5-7.08";
name = "camlp5-7.10";
src = fetchzip {
url = "https://github.com/camlp5/camlp5/archive/rel708.tar.gz";
sha256 = "0b39bvr1aa7kzjhbyycmvcrwil2yjbxc84cb43zfzahx4p2aqr76";
url = "https://github.com/camlp5/camlp5/archive/rel710.tar.gz";
sha256 = "1a1lgsc8350afdwmsznsys7m0c0cks4nw6irqz2f92g8g4vkk9b7";
};
buildInputs = [ ocaml ];