Skip to content

Commit

Permalink
Merge #34294: gcc: 7.2.0 -> 7.3.0
Browse files Browse the repository at this point in the history
(cherry picked from commit e3df936)
This will probably be useful to find some CPU security bugs.
  • Loading branch information
edolstra authored and vcunat committed Feb 3, 2018
1 parent 3e844ee commit e140d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/gcc/7/default.nix
Expand Up @@ -59,7 +59,7 @@ assert langGo -> langCC;
with stdenv.lib;
with builtins;

let version = "7.2.0";
let version = "7.3.0";

# Whether building a cross-compiler for GNU/Hurd.
crossGNU = targetPlatform != hostPlatform && targetPlatform.config == "i586-pc-gnu";
Expand Down Expand Up @@ -214,7 +214,7 @@ stdenv.mkDerivation ({

src = fetchurl {
url = "mirror://gcc/releases/gcc-${version}/gcc-${version}.tar.xz";
sha256 = "16j7i0888j2f1yp9l0nhji6cq65dy6y4nwy8868a8njbzzwavxqw";
sha256 = "0p71bij6bfhzyrs8676a8jmpjsfz392s2rg862sdnsk30jpacb43";
};

inherit patches;
Expand Down

0 comments on commit e140d71

Please sign in to comment.