Skip to content

Commit

Permalink
gcc12: 12.3.0 -> 12.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trofi committed Jun 20, 2024
1 parent 3d37622 commit 833a984
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 82 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion pkgs/development/compilers/gcc/patches/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ in
++ optional (atLeast12 && langAda) ./gnat-cflags-11.patch
++ optional langFortran (if atLeast12 then ./gcc-12-gfortran-driving.patch else ./gfortran-driving.patch)
++ optional atLeast7 ./ppc-musl.patch
++ optional is12 ./12/lambda-ICE-PR109241.patch # backport ICE fix on ccache code
++ optional (atLeast9 && langD) ./libphobos.patch


Expand Down
6 changes: 2 additions & 4 deletions pkgs/development/compilers/gcc/versions.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ let
majorMinorToVersionMap = {
"14" = "14.1.0";
"13" = "13.3.0";
"12" = "12.3.0";
"12" = "12.4.0";
"11" = "11.4.0";
"10" = "10.5.0";
"9" = "9.5.0";
Expand All @@ -18,11 +18,9 @@ let

# TODO(amjoseph): convert older hashes to SRI form
srcHashForVersion = version: {
# NOTE: there is no need to remove hashes of obsolete minor
# versions when adding a new minor version.
"14.1.0" = "sha256-4oPGVJh6/j3p2AgLwL15U0tcoNaBpzoR/ytdN2dCaEA=";
"13.3.0" = "sha256-CEXpYhyVQ6E/SE6UWEpJ/8ASmXDpkUYkI1/B0GGgwIM=";
"12.3.0" = "sha256-lJpdT5nnhkIak7Uysi/6tVeN5zITaZdbka7Jet/ajDs=";
"12.4.0" = "sha256-cE9lJgTMvMsUvavzR4yVEciXiLEss7v/3tNzQZFqkXU=";
"11.4.0" = "sha256-Py2yIrAH6KSiPNW6VnJu8I6LHx6yBV7nLBQCzqc6jdk=";
"10.5.0" = "sha256-JRCVQ/30bzl8NHtdi3osflaUpaUczkucbh6opxyjB8E=";
"9.5.0" = "13ygjmd938m0wmy946pxdhz9i1wq7z4w10l6pvidak0xxxj9yxi7";
Expand Down

0 comments on commit 833a984

Please sign in to comment.