Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
gcc10: 10.1.0 -> 10.2.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vcunat committed Sep 12, 2020
1 parent b623628 commit 51ccf2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/gcc/10/default.nix
Expand Up @@ -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;

Expand Down Expand Up @@ -81,7 +81,7 @@ stdenv.mkDerivation ({

src = fetchurl {
url = "mirror://gcc/releases/gcc-${version}/gcc-${version}.tar.xz";
sha256 = "b6898a23844b656f1b68691c5c012036c2e694ac4b53a8918d4712ad876e7ea2";
sha256 = "130xdkhmz1bc2kzx061s3sfwk36xah1fw5w332c0nzwwpdl47pdq";
};

inherit patches;
Expand Down

0 comments on commit 51ccf2d

Please sign in to comment.