nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

binutils: 2.43.1 -> 2.44 (#388157)

+3 -3
+3 -3
pkgs/development/tools/misc/binutils/default.nix
··· 33 33 let 34 34 inherit (stdenv) buildPlatform hostPlatform targetPlatform; 35 35 36 - version = "2.43.1"; 36 + version = "2.44"; 37 37 38 38 #INFO: The targetPrefix prepended to binary names to allow multiple binuntils 39 39 # on the PATH to both be usable. ··· 45 45 inherit version; 46 46 47 47 src = fetchurl { 48 - url = "mirror://gnu/binutils/binutils-${version}.tar.bz2"; 49 - hash = "sha256-vsqsXSleA3WHtjpC+tV/49nXuD9HjrJLZ/nuxdDxhy8="; 48 + url = "mirror://gnu/binutils/binutils-with-gold-${version}.tar.bz2"; 49 + hash = "sha256-NHM+pJXMDlDnDbTliQ3sKKxB8OFMShZeac8n+5moxMg="; 50 50 }; 51 51 52 52 # WARN: this package is used for bootstrapping fetchurl, and thus cannot use