Skip to content

Commit

Permalink
Merge #170121: gcc: 11.2.0 -> 11.3.0 (into staging)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Apr 29, 2022
2 parents fbd6785 + e35682b commit cfcccfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/gcc/11/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ with lib;
with builtins;

let majorVersion = "11";
version = "${majorVersion}.2.0";
version = "${majorVersion}.3.0";

inherit (stdenv) buildPlatform hostPlatform targetPlatform;

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

src = fetchurl {
url = "mirror://gcc/releases/gcc-${version}/gcc-${version}.tar.xz";
sha256 = "sha256-0I7cU2tUw3KhAQ/2YZ3SdMDxYDqkkhK6IPeqLNo2+os=";
sha256 = "sha256-tHzygYaR9bHiHfK7OMeV+sLPvWQO3i0KXhyJ4zijrDk=";
};

inherit patches;
Expand Down

0 comments on commit cfcccfa

Please sign in to comment.