gcc9: 9.2.0 -> 9.3.0

wip/yesman
Maximilian Bosch 4 years ago
parent 619a350e4a
commit 1688d38004
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
  1. 4
      pkgs/development/compilers/gcc/9/default.nix

@ -43,7 +43,7 @@ with stdenv.lib;
with builtins;
let majorVersion = "9";
version = "${majorVersion}.2.0";
version = "${majorVersion}.3.0";
inherit (stdenv) buildPlatform hostPlatform targetPlatform;
@ -76,7 +76,7 @@ stdenv.mkDerivation ({
src = fetchurl {
url = "mirror://gcc/releases/gcc-${version}/gcc-${version}.tar.xz";
sha256 = "01mj3yk7z49i49168hg2cg7qs4bsccrrnv7pjmbdlf8j2a7z0vpa";
sha256 = "1la2yy27ziasyf0jvzk58y1i5b5bq2h176qil550bxhifs39gqbi";
};
inherit patches;

Loading…
Cancel
Save