Skip to content

Commit d18f7ad

Browse files
authored
fix: mirror menhir (#913)
* fix: mirror menhir * mirror fix
1 parent 0cc8fb7 commit d18f7ad

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

ocaml/default.nix

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -799,12 +799,9 @@ with oself;
799799
});
800800

801801
fix = osuper.fix.overrideAttrs (_: {
802-
src = fetchFromGitLab {
803-
domain = "gitlab.inria.fr";
804-
owner = "fpottier";
805-
repo = "fix";
806-
rev = "20230505";
807-
hash = "sha256-Xuw4pEPqAbQjSHrpMCNE7Th0mpbNMSxdEdwvH4hu2SM=";
802+
src = builtins.fetchurl {
803+
url = https://anmonteiro.s3.eu-west-3.amazonaws.com/fix-20230505.tar.gz;
804+
sha256 = "06q8h71q9j1jcr1gprr1ykigb9l4y6zil6c7i9p0b0f4qkyhcvrj";
808805
};
809806
});
810807

@@ -1154,12 +1151,9 @@ with oself;
11541151
melange = callPackage ./melange { };
11551152

11561153
menhirLib = osuper.menhirLib.overrideAttrs (_: {
1157-
src = fetchFromGitLab {
1158-
domain = "gitlab.inria.fr";
1159-
owner = "fpottier";
1160-
repo = "menhir";
1161-
rev = "20230608";
1162-
hash = "sha256-dUPoIUVr3gqvE5bniyQh/b37tNfRsZN8X3e99GFkyLY=";
1154+
src = builtins.fetchurl {
1155+
url = https://anmonteiro.s3.eu-west-3.amazonaws.com/menhir-20230608.tar.gz;
1156+
sha256 = "1kmj8b954cdpb7gfyfi7hmvsc1h4b2sfl6nhr9z7kkgbpm9wmlh9";
11631157
};
11641158
});
11651159

0 commit comments

Comments
 (0)