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";
|
2015-11-24 11:59:39 +01:00
|
|
|
extraPatches = [ ./clang-5.3.patch ];
|
2014-11-17 19:04:59 +01:00
|
|
|
branch = "5.3";
|
2014-01-31 10:25:49 +01:00
|
|
|
})
|