Updating go to 1.1.1

This commit is contained in:
Lluís Batlle i Rossell 2013-07-22 22:18:26 +02:00
parent af2a127551
commit b1db03ece6

View File

@ -7,11 +7,11 @@ let
in
stdenv.mkDerivation {
name = "go-1.1";
name = "go-1.1.1";
src = fetchurl {
url = http://go.googlecode.com/files/go1.1.src.tar.gz;
sha1 = "a464704ebbbdd552a39b5f9429b059c117d165b3";
url = http://go.googlecode.com/files/go1.1.1.src.tar.gz;
sha1 = "f365aed8183e487a48a66ace7bf36e5974dffbb3";
};
buildInputs = [ bison glibc bash makeWrapper ];