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

Commit e696232

Browse files
authored
Merge pull request #3432 from input-output-hk/angerman/devops-1005
[DEVOPS-1005] Fix Argument list too long `cc' failed in phase `Linker…
2 parents 54ac27a + ed0f396 commit e696232

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

fetchNixpkgs.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
if 0 <= builtins.compareVersions builtins.nixVersion "1.12"
88
then
99
builtins.fetchTarball {
10-
url = "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz";
10+
url = "https://github.com/input-output-hk/nixpkgs/archive/${rev}.tar.gz";
1111
sha256 = sha256unpacked;
1212
}
1313
else
1414
(rec {
1515
tarball = import <nix/fetchurl.nix> {
16-
url = "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz";
16+
url = "https://github.com/input-output-hk/nixpkgs/archive/${rev}.tar.gz";
1717
inherit sha256;
1818
};
1919

nixpkgs-src.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"rev": "120b013e0c082d58a5712cde0a7371ae8b25a601",
3-
"sha256": "1hbc3ng4iy4wv0kyr1zc7n4qx3wy5qlank42zq8h87wa8z3zdf14",
4-
"sha256unpacked": "0hk4y2vkgm1qadpsm4b0q1vxq889jhxzjx3ragybrlwwg54mzp4f"
2+
"rev": "118431d4d68c68a6605932d94aae0a75a8309d95",
3+
"sha256": "0w2a1ll8c5bysjqbm1ljzcgrmf0gkwm1c97xpfsb8k3ns56x4h52",
4+
"sha256unpacked": "146z9syzfiq1phq3gs2kacq2zcvyzbpzxy52vhjgxhm1ygy449lm"
55
}

0 commit comments

Comments
 (0)