From 6b9c4bbe1b2ab64767cda7b1a506cc1e870fa0d3 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 8 Mar 2025 09:43:04 +0000 Subject: [PATCH] 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 --- pkgs/development/tools/misc/binutils/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/misc/binutils/default.nix b/pkgs/development/tools/misc/binutils/default.nix index 86e84e42cb90..734bd6a23c6f 100644 --- a/pkgs/development/tools/misc/binutils/default.nix +++ b/pkgs/development/tools/misc/binutils/default.nix @@ -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