ocaml_4_02 : Fix src

#08b85f5f9917cad7 introduced a wrong src url for ocaml 4.02 (and thus
  broke a lot of stuff),
  This restores the correct url.
This commit is contained in:
Théophane Hufschmitt 2016-09-23 21:47:42 +02:00
parent 0a2f4e4d56
commit acc608d88e

View File

@ -1,7 +1,7 @@
import ./generic.nix rec {
major_version = "4";
minor_version = "02";
patch_version = "0";
patch_version = "3";
patches = [ ./ocamlbuild.patch ];
sha256 = "1qwwvy8nzd87hk8rd9sm667nppakiapnx4ypdwcrlnav2dz6kil3";
}