Skip to content

Commit

Permalink
gcc: 6.3.0 -> 6.4.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 07176ed)
It's just a bugfix update.
  • Loading branch information
edolstra authored and vcunat committed Aug 18, 2017
1 parent a391aca commit 6dc5620
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/compilers/gcc/6/default.nix
Expand Up @@ -59,7 +59,7 @@ assert langGo -> langCC;
with stdenv.lib;
with builtins;

let version = "6.3.0";
let version = "6.4.0";

# Whether building a cross-compiler for GNU/Hurd.
crossGNU = cross != null && cross.config == "i586-pc-gnu";
Expand Down Expand Up @@ -215,8 +215,8 @@ stdenv.mkDerivation ({
builder = ../builder.sh;

src = fetchurl {
url = "mirror://gnu/gcc/gcc-${version}/gcc-${version}.tar.bz2";
sha256 = "17xjz30jb65hcf714vn9gcxvrrji8j20xm7n33qg1ywhyzryfsph";
url = "mirror://gnu/gcc/gcc-${version}/gcc-${version}.tar.xz";
sha256 = "1m0lr7938lw5d773dkvwld90hjlcq2282517d1gwvrfzmwgg42w5";
};

inherit patches;
Expand Down

0 comments on commit 6dc5620

Please sign in to comment.