Skip to content
This repository was archived by the owner on Jun 17, 2020. It is now read-only.

Commit 4c2a325

Browse files
Merge #530
530: [DEVOPS-1216] fix fork of hydra-mantis r=disassembler a=disassembler Co-authored-by: Samuel Leathers <[email protected]>
2 parents 90dc423 + 52d6cd8 commit 4c2a325

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/hydra-master-main.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ in {
5858
src = pkgs.fetchFromGitHub {
5959
owner = "input-output-hk";
6060
repo = "hydra";
61-
rev = "5fb456cadc71458279d653bd08327aec51024598";
62-
sha256 = "1w78psnqgjv7dx6lnvkf949mjx5wf7iq1j1c53w39n0ax6ln88hb";
61+
rev = "5f30a105edeecf7c3408e56832a859e4385f06cb";
62+
sha256 = "102b085wmcnwl1qk077js8rv77f5y6jr0rnc3m6r25662h4lz7l4";
6363
};
6464
};
6565
# max output is 4GB because of amis

modules/hydra-master-mantis.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ in {
4444
src = pkgs.fetchFromGitHub {
4545
owner = "input-output-hk";
4646
repo = "hydra";
47-
rev = "f066351174e993eaa604007c667e7ef950328eb7";
48-
sha256 = "0mav4pna2lqzry43vy0qz4xrca4ks83pkifl2wj0kjffna5h8lih";
47+
rev = "5f30a105edeecf7c3408e56832a859e4385f06cb";
48+
sha256 = "102b085wmcnwl1qk077js8rv77f5y6jr0rnc3m6r25662h4lz7l4";
4949
};
5050
};
5151
# max output is 4GB because of amis

0 commit comments

Comments
 (0)