gcc: 8.2.0 -> 8.3.0

https://gcc.gnu.org/ml/gcc/2019-02/msg00121.html
This commit is contained in:
Will Dietz 2019-02-22 15:38:39 -06:00
parent a66c88f66a
commit 663bfb120d

View File

@ -37,7 +37,7 @@ assert langGo -> langCC;
with stdenv.lib;
with builtins;
let version = "8.2.0";
let version = "8.3.0";
inherit (stdenv) buildPlatform hostPlatform targetPlatform;
@ -132,7 +132,7 @@ stdenv.mkDerivation ({
src = fetchurl {
url = "mirror://gcc/releases/gcc-${version}/gcc-${version}.tar.xz";
sha256 = "10007smilswiiv2ymazr3b6x2i933c0ycxrr529zh4r6p823qv0r";
sha256 = "0b3xv411xhlnjmin2979nxcbnidgvzqdf4nbhix99x60dkzavfk4";
};
inherit patches;