acc608d88e
#08b85f5f9917cad7 introduced a wrong src url for ocaml 4.02 (and thus broke a lot of stuff), This restores the correct url.
8 lines
202 B
Nix
8 lines
202 B
Nix
import ./generic.nix rec {
|
|
major_version = "4";
|
|
minor_version = "02";
|
|
patch_version = "3";
|
|
patches = [ ./ocamlbuild.patch ];
|
|
sha256 = "1qwwvy8nzd87hk8rd9sm667nppakiapnx4ypdwcrlnav2dz6kil3";
|
|
}
|