Revert "binutils: 2.28 -> 2.29"

This reverts commit 733e20fee4.

Downgrading to 2.28.1, 2.29 is too buggy.
This commit is contained in:
Tuomas Tynkkynen
2017-08-17 00:59:37 +03:00
parent 23547ac24a
commit f9b2d7b4dd
3 changed files with 2 additions and 70 deletions

View File

@@ -5,7 +5,7 @@
}:
let
version = "2.29";
version = "2.28";
basename = "binutils-${version}";
inherit (stdenv.lib) optional optionals optionalString;
# The prefix prepended to binary names to allow multiple binuntils on the
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnu/binutils/${basename}.tar.bz2";
sha256 = "1gqfyksdnj3iir5gzyvlp785mnk60g1pll6zbzbslfchhr4rb8i9";
sha256 = "0wiasgns7i8km8nrxas265sh2dfpsw93b3qw195ipc90w4z475v2";
};
patches = [