···3333let3434 inherit (stdenv) buildPlatform hostPlatform targetPlatform;35353636- version = "2.43.1";3636+ version = "2.44";37373838 #INFO: The targetPrefix prepended to binary names to allow multiple binuntils3939 # on the PATH to both be usable.···4545 inherit version;46464747 src = fetchurl {4848- url = "mirror://gnu/binutils/binutils-${version}.tar.bz2";4949- hash = "sha256-vsqsXSleA3WHtjpC+tV/49nXuD9HjrJLZ/nuxdDxhy8=";4848+ url = "mirror://gnu/binutils/binutils-with-gold-${version}.tar.bz2";4949+ hash = "sha256-NHM+pJXMDlDnDbTliQ3sKKxB8OFMShZeac8n+5moxMg=";5050 };51515252 # WARN: this package is used for bootstrapping fetchurl, and thus cannot use