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:
parent
0a2f4e4d56
commit
acc608d88e
@ -1,7 +1,7 @@
|
|||||||
import ./generic.nix rec {
|
import ./generic.nix rec {
|
||||||
major_version = "4";
|
major_version = "4";
|
||||||
minor_version = "02";
|
minor_version = "02";
|
||||||
patch_version = "0";
|
patch_version = "3";
|
||||||
patches = [ ./ocamlbuild.patch ];
|
patches = [ ./ocamlbuild.patch ];
|
||||||
sha256 = "1qwwvy8nzd87hk8rd9sm667nppakiapnx4ypdwcrlnav2dz6kil3";
|
sha256 = "1qwwvy8nzd87hk8rd9sm667nppakiapnx4ypdwcrlnav2dz6kil3";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user