Skip to content

Commit

Permalink
Merge pull request NixOS#328380 from trofi/gcc11-update
Browse files Browse the repository at this point in the history
gcc11: 11.4.0 -> 11.5.0
  • Loading branch information
kirillrdy committed Aug 14, 2024
2 parents daf7bb9 + 242593b commit e4839f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/gcc/versions.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ let
"14" = "14.1.0";
"13" = "13.3.0";
"12" = "12.4.0";
"11" = "11.4.0";
"11" = "11.5.0";
"10" = "10.5.0";
"9" = "9.5.0";
"8" = "8.5.0";
Expand All @@ -21,7 +21,7 @@ let
"14.1.0" = "sha256-4oPGVJh6/j3p2AgLwL15U0tcoNaBpzoR/ytdN2dCaEA=";
"13.3.0" = "sha256-CEXpYhyVQ6E/SE6UWEpJ/8ASmXDpkUYkI1/B0GGgwIM=";
"12.4.0" = "sha256-cE9lJgTMvMsUvavzR4yVEciXiLEss7v/3tNzQZFqkXU=";
"11.4.0" = "sha256-Py2yIrAH6KSiPNW6VnJu8I6LHx6yBV7nLBQCzqc6jdk=";
"11.5.0" = "sha256-puIYaOrVRc+H8MAfhCduS1KB1nIJhZHByJYkHwk2NHg=";
"10.5.0" = "sha256-JRCVQ/30bzl8NHtdi3osflaUpaUczkucbh6opxyjB8E=";
"9.5.0" = "13ygjmd938m0wmy946pxdhz9i1wq7z4w10l6pvidak0xxxj9yxi7";
"8.5.0" = "0l7d4m9jx124xsk6xardchgy2k5j5l2b15q322k31f0va4d8826k";
Expand Down

0 comments on commit e4839f5

Please sign in to comment.