ghc: Use stable URL for deterministic profiling patch.

+3 -2
+3 -2
pkgs/development/compilers/ghc/8.4.3.nix
··· 99 99 extraPrefix = "utils/hsc2hs/"; 100 100 stripLen = 1; 101 101 })] ++ stdenv.lib.optional deterministicProfiling 102 - (fetchpatch { 103 - url = "https://phabricator-files.haskell.org/file/data/yd2fclrwulila2quki5q/PHID-FILE-lr2j63hkglwauprxycrt/D4388.diff"; 102 + (fetchpatch rec { 103 + url = "http://tarballs.nixos.org/sha256/${sha256}"; 104 + name = "D4388.diff"; 104 105 sha256 = "0w6sdcvnqjlnlzpvnzw20b80v150ijjyjvs9548ildc1928j0w7s"; 105 106 }) 106 107 ++ stdenv.lib.optional stdenv.isDarwin ./backport-dylib-command-size-limit.patch;