Revert "go: updating to 1.2.2"

Now I've read in Release Notes that the '.2' affected only binary releases.
http://golang.org/doc/devel/release.html#go1.2.minor
This commit is contained in:
Lluís Batlle i Rossell 2014-05-14 10:16:35 +02:00
parent 950fd7644c
commit 418f0b0169

View File

@ -7,11 +7,11 @@ let
in
stdenv.mkDerivation {
name = "go-1.2.2";
name = "go-1.2.1";
src = fetchurl {
url = https://storage.googleapis.com/golang/go1.2.2.src.tar.gz;
sha1 = "3ce0ac4db434fc1546fec074841ff40dc48c1167";
url = http://go.googlecode.com/files/go1.2.1.src.tar.gz;
sha1 = "6a4b9991eddd8039438438d6aa25126ab7e07f2f";
};
buildInputs = [ bison glibc bash makeWrapper ];