Skip to content

Commit

Permalink
gcc49: maintenance update
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Jul 23, 2014
1 parent 5c5f115 commit cbd8f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/gcc/4.9/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ assert langGo -> langCC;
with stdenv.lib;
with builtins;

let version = "4.9.0";
let version = "4.9.1";

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

src = fetchurl {
url = "mirror://gnu/gcc/gcc-${version}/gcc-${version}.tar.bz2";
sha256 = "0mqjxpw2klskls00lwx1k24pnyzm3whqxg3hk74c3sddgfllgc5r";
sha256 = "0zki3ngi0gsidnmsp88mjl2868cc7cm5wm1vwqw6znja28d7hd6k";
};

inherit patches;
Expand Down

0 comments on commit cbd8f70

Please sign in to comment.