mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
camlp5: 6.12 -> 6.14
This commit is contained in:
parent
9a1245280d
commit
399a9da2ae
@ -7,11 +7,11 @@ in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
||||
name = "camlp5${if transitional then "_transitional" else ""}-6.12";
|
||||
name = "camlp5${if transitional then "_transitional" else ""}-6.14";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://camlp5.gforge.inria.fr/distrib/src/camlp5-6.12.tgz;
|
||||
sha256 = "00jwgp6w4g64lfqjx77xziy532091fy00c42fsy0b4i892rch5mp";
|
||||
url = http://camlp5.gforge.inria.fr/distrib/src/camlp5-6.14.tgz;
|
||||
sha256 = "1ql04iyvclpyy9805kpddc4ndjb5d0qg4shhi2fc6bixi49fvy89";
|
||||
};
|
||||
|
||||
buildInputs = [ ocaml ];
|
||||
|
Loading…
Reference in New Issue
Block a user