2014-01-31 01:25:49 -08:00
|
|
|
{ stdenv, fetchurl, ... } @ args:
|
2014-01-30 19:51:26 -08:00
|
|
|
|
2014-01-31 01:25:49 -08:00
|
|
|
import ./generic.nix (args // rec {
|
|
|
|
version = "5.3.28";
|
|
|
|
sha256 = "0a1n5hbl7027fbz5lm0vp0zzfp1hmxnz14wx3zl9563h83br5ag0";
|
2015-11-24 02:59:39 -08:00
|
|
|
extraPatches = [ ./clang-5.3.patch ];
|
2014-11-17 10:04:59 -08:00
|
|
|
branch = "5.3";
|
2014-01-31 01:25:49 -08:00
|
|
|
})
|