binutils: 2.43.1 -> 2.44

Did not drop `gold` yet as it will require quite a bit `nixpkgs` work.

Changes: https://lists.gnu.org/archive/html/info-gnu/2025-02/msg00001.html
This commit is contained in:
Sergei Trofimovich
2025-03-08 09:43:04 +00:00
parent 16d17a34e1
commit 6b9c4bbe1b
@@ -34,7 +34,7 @@ assert enableGoldDefault -> enableGold;
let
inherit (stdenv) buildPlatform hostPlatform targetPlatform;
version = "2.43.1";
version = "2.44";
#INFO: The targetPrefix prepended to binary names to allow multiple binuntils
# on the PATH to both be usable.
@@ -46,8 +46,8 @@ stdenv.mkDerivation (finalAttrs: {
inherit version;
src = fetchurl {
url = "mirror://gnu/binutils/binutils-${version}.tar.bz2";
hash = "sha256-vsqsXSleA3WHtjpC+tV/49nXuD9HjrJLZ/nuxdDxhy8=";
url = "mirror://gnu/binutils/binutils-with-gold-${version}.tar.bz2";
hash = "sha256-NHM+pJXMDlDnDbTliQ3sKKxB8OFMShZeac8n+5moxMg=";
};
# WARN: this package is used for bootstrapping fetchurl, and thus cannot use