summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-07-23 20:19:35 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-07-23 20:19:35 +0200
commitcbd8f7093bc398103be51c07cca74ea832598dc3 (patch)
treedacf6ca3b60d1be983727f627c0e63541297ae62
parent5c5f11560329f41573c862b2146f6f7bc5e19d1b (diff)
downloadnixpkgs-cbd8f7093bc398103be51c07cca74ea832598dc3.tar
nixpkgs-cbd8f7093bc398103be51c07cca74ea832598dc3.tar.gz
nixpkgs-cbd8f7093bc398103be51c07cca74ea832598dc3.tar.bz2
nixpkgs-cbd8f7093bc398103be51c07cca74ea832598dc3.tar.lz
nixpkgs-cbd8f7093bc398103be51c07cca74ea832598dc3.tar.xz
nixpkgs-cbd8f7093bc398103be51c07cca74ea832598dc3.tar.zst
nixpkgs-cbd8f7093bc398103be51c07cca74ea832598dc3.zip
gcc49: maintenance update
-rw-r--r--pkgs/development/compilers/gcc/4.9/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/gcc/4.9/default.nix b/pkgs/development/compilers/gcc/4.9/default.nix
index f00c42e421a..ab7732a68eb 100644
--- a/pkgs/development/compilers/gcc/4.9/default.nix
+++ b/pkgs/development/compilers/gcc/4.9/default.nix
@@ -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";
@@ -209,7 +209,7 @@ stdenv.mkDerivation ({
 
   src = fetchurl {
     url = "mirror://gnu/gcc/gcc-${version}/gcc-${version}.tar.bz2";
-    sha256 = "0mqjxpw2klskls00lwx1k24pnyzm3whqxg3hk74c3sddgfllgc5r";
+    sha256 = "0zki3ngi0gsidnmsp88mjl2868cc7cm5wm1vwqw6znja28d7hd6k";
   };
 
   inherit patches;