go_bootstrap (go_1_4): 1.4.3 -> 1.4-bootstrap-20161024

This commit is contained in:
Michael Raskin 2016-12-29 15:32:19 +01:00
parent cb6807859f
commit 581070147e

View file

@ -9,11 +9,12 @@ in
stdenv.mkDerivation rec {
name = "go-${version}";
version = "1.4.3";
version = "1.4-bootstrap-20161024";
revision = "79d85a4965ea7c46db483314c3981751909d7883";
src = fetchurl {
url = "https://github.com/golang/go/archive/go${version}.tar.gz";
sha256 = "0rcrhb3r997dw3d02r37zp26ln4q9n77fqxbnvw04zs413md5s35";
url = "https://github.com/golang/go/archive/${revision}.tar.gz";
sha256 = "1ljbllwjysya323xxm9s792z8y9jdw19n8sj3mlc8picjclrx5xf";
};
nativeBuildInputs = [ pkgconfig ];
@ -89,7 +90,6 @@ stdenv.mkDerivation rec {
patches = [
./remove-tools-1.4.patch
./new-binutils.patch
./creds-test-1.4.patch
];