2014-01-31 10:25:49 +01:00
|
|
|
{ stdenv, fetchurl, ... } @ args:
|
2014-01-31 04:51:26 +01:00
|
|
|
|
2014-01-31 10:25:49 +01:00
|
|
|
import ./generic.nix (args // rec {
|
|
|
|
version = "5.3.28";
|
|
|
|
sha256 = "0a1n5hbl7027fbz5lm0vp0zzfp1hmxnz14wx3zl9563h83br5ag0";
|
2016-11-13 00:42:17 +01:00
|
|
|
extraPatches = [ ./clang-5.3.patch ];
|
2014-01-31 10:25:49 +01:00
|
|
|
})
|