Merge #53057: gcc: 7.3 -> 7.4 (into staging)

This commit is contained in:
Vladimír Čunát 2018-12-31 13:47:27 +01:00
commit 6bab2984ff
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -37,7 +37,7 @@ assert langGo -> langCC;
with stdenv.lib;
with builtins;
let version = "7.3.0";
let version = "7.4.0";
inherit (stdenv) buildPlatform hostPlatform targetPlatform;
@ -138,7 +138,7 @@ stdenv.mkDerivation ({
src = fetchurl {
url = "mirror://gcc/releases/gcc-${version}/gcc-${version}.tar.xz";
sha256 = "0p71bij6bfhzyrs8676a8jmpjsfz392s2rg862sdnsk30jpacb43";
sha256 = "0lgy170b0pp60j9cczqkmaqyjjb584vfamj4c30swd7k0j6y5pgd";
};
inherit patches;