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:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user