gcc10: 10.2 -> 10.3

This commit is contained in:
Tobias Mayer 2021-04-12 12:22:31 +02:00
parent 8c3fc3abfb
commit d09936ea84
No known key found for this signature in database
GPG Key ID: F8657E90819A1298
1 changed files with 2 additions and 2 deletions

View File

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