go: Update to 1.2.1
This commit is contained in:
parent
5943227a26
commit
e39b70dd79
@ -7,11 +7,11 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "go-1.2";
|
name = "go-1.2.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://go.googlecode.com/files/go1.2.src.tar.gz;
|
url = http://go.googlecode.com/files/go1.2.1.src.tar.gz;
|
||||||
sha1 = "7dd2408d40471aeb30a9e0b502c6717b5bf383a5";
|
sha1 = "6a4b9991eddd8039438438d6aa25126ab7e07f2f";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ bison glibc bash makeWrapper ];
|
buildInputs = [ bison glibc bash makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user