gcc10: 10.1.0 -> 10.2.0

It's supposed to be just bugfixes.  I tested building some projects with
gcc10.  Also gfortran10 still builds.  I don't expect issues.
This causes basically no rebuilds, as we use 9 by default.
This commit is contained in:
Vladimír Čunát 2020-09-12 11:48:58 +02:00
parent b623628401
commit 51ccf2d4ba
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -47,7 +47,7 @@ with stdenv.lib;
with builtins;
let majorVersion = "10";
version = "${majorVersion}.1.0";
version = "${majorVersion}.2.0";
inherit (stdenv) buildPlatform hostPlatform targetPlatform;
@ -81,7 +81,7 @@ stdenv.mkDerivation ({
src = fetchurl {
url = "mirror://gcc/releases/gcc-${version}/gcc-${version}.tar.xz";
sha256 = "b6898a23844b656f1b68691c5c012036c2e694ac4b53a8918d4712ad876e7ea2";
sha256 = "130xdkhmz1bc2kzx061s3sfwk36xah1fw5w332c0nzwwpdl47pdq";
};
inherit patches;