Merge pull request #34294 from clefru/gcc7-bump

gcc: 7.2.0 -> 7.3.0

authored by Eelco Dolstra and committed by GitHub e3df9363 0b766408

+2 -2
+2 -2
pkgs/development/compilers/gcc/7/default.nix
··· 56 with stdenv.lib; 57 with builtins; 58 59 - let version = "7.2.0"; 60 61 # Whether building a cross-compiler for GNU/Hurd. 62 crossGNU = targetPlatform != hostPlatform && targetPlatform.config == "i586-pc-gnu"; ··· 185 186 src = fetchurl { 187 url = "mirror://gcc/releases/gcc-${version}/gcc-${version}.tar.xz"; 188 - sha256 = "16j7i0888j2f1yp9l0nhji6cq65dy6y4nwy8868a8njbzzwavxqw"; 189 }; 190 191 inherit patches;
··· 56 with stdenv.lib; 57 with builtins; 58 59 + let version = "7.3.0"; 60 61 # Whether building a cross-compiler for GNU/Hurd. 62 crossGNU = targetPlatform != hostPlatform && targetPlatform.config == "i586-pc-gnu"; ··· 185 186 src = fetchurl { 187 url = "mirror://gcc/releases/gcc-${version}/gcc-${version}.tar.xz"; 188 + sha256 = "0p71bij6bfhzyrs8676a8jmpjsfz392s2rg862sdnsk30jpacb43"; 189 }; 190 191 inherit patches;