Merge #56223: gcc: 8.2.0 -> 8.3.0

This commit is contained in:
Vladimír Čunát 2019-02-23 00:18:05 +01:00
commit 3dda94df65
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

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;