gcc8: 8.4.0 -> 8.5.0

main
ajs124 3 years ago
parent b3e05a1924
commit 4080dff4f6
  1. 4
      pkgs/development/compilers/gcc/8/default.nix

@ -54,7 +54,7 @@ with lib;
with builtins;
let majorVersion = "8";
version = "${majorVersion}.4.0";
version = "${majorVersion}.5.0";
inherit (stdenv) buildPlatform hostPlatform targetPlatform;
@ -90,7 +90,7 @@ stdenv.mkDerivation ({
src = fetchurl {
url = "mirror://gcc/releases/gcc-${version}/gcc-${version}.tar.xz";
sha256 = "1m1d3gfix56w4aq8myazzfffkl8bqcrx4jhhapnjf7qfs596w2p3";
sha256 = "0l7d4m9jx124xsk6xardchgy2k5j5l2b15q322k31f0va4d8826k";
};
inherit patches;

Loading…
Cancel
Save