about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2016-08-04 00:05:31 +0200
committerLancelot SIX <lsix@lancelotsix.com>2016-08-05 00:01:15 +0200
commit84207532394e31f643cf9aa79268e47ba419c9d9 (patch)
tree14f1a5f3ceaeb8c73fdcc4bbeefcbecd02a9c50f /pkgs
parentd833d927783d68757ed7b78fe030734d1e614e6b (diff)
downloadnixlib-84207532394e31f643cf9aa79268e47ba419c9d9.tar
nixlib-84207532394e31f643cf9aa79268e47ba419c9d9.tar.gz
nixlib-84207532394e31f643cf9aa79268e47ba419c9d9.tar.bz2
nixlib-84207532394e31f643cf9aa79268e47ba419c9d9.tar.lz
nixlib-84207532394e31f643cf9aa79268e47ba419c9d9.tar.xz
nixlib-84207532394e31f643cf9aa79268e47ba419c9d9.tar.zst
nixlib-84207532394e31f643cf9aa79268e47ba419c9d9.zip
gcc49: 4.9.3 -> 4.9.4
Bugfix release of the 4.9 branch. See
http://lists.gnu.org/archive/html/info-gnu/2016-08/msg00001.html for
announcement
Diffstat (limited to 'pkgs')
-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 475349ed4ba9..2030f931c51a 100644
--- a/pkgs/development/compilers/gcc/4.9/default.nix
+++ b/pkgs/development/compilers/gcc/4.9/default.nix
@@ -56,7 +56,7 @@ assert langGo -> langCC;
 with stdenv.lib;
 with builtins;
 
-let version = "4.9.3";
+let version = "4.9.4";
 
     # Whether building a cross-compiler for GNU/Hurd.
     crossGNU = cross != null && cross.config == "i586-pc-gnu";
@@ -213,7 +213,7 @@ stdenv.mkDerivation ({
 
   src = fetchurl {
     url = "mirror://gnu/gcc/gcc-${version}/gcc-${version}.tar.bz2";
-    sha256 = "0zmnm00d2a1hsd41g34bhvxzvxisa2l584q3p447bd91lfjv4ci3";
+    sha256 = "14l06m7nvcvb0igkbip58x59w3nq6315k6jcz3wr9ch1rn9d44bc";
   };
 
   inherit patches;